creativetimofficial / ct-argon-dashboard-pro-nodejs

3 stars 4 forks source link

public/js/argon.js: Identifier 'initMap' has already been declared #7

Open cityuderek opened 4 years ago

cityuderek commented 4 years ago

argon-dashboard-pro-nodejs/public/js/argon.js: Identifier 'initMap' has already been declared (842:9)

840 | color = "#5e72e4"; 841 |

842 | function initMap() { | ^ 843 | 844 | map = document.getElementById('map-custom'); 845 | lat = map.getAttribute('data-lat');