Skip to content

Commit

Permalink
Copied Django templates included js files: Needed a webpack.config.js…
Browse files Browse the repository at this point in the history
… copy rule
  • Loading branch information
SailingSteve committed May 4, 2024
1 parent 9bd453b commit eb2d5eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/javascript/api-server/PollingLocationVisualization.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ function addMarkers (resultsMap) {
// for a nicer way to do this, call it on initialization of page, instead of from
// google.maps.api inclusion. Low priority.
window.initMap = async function () {
alert('OK, From inside my js')
const geoCenterLatSelector = $('#geo_center_lat');
const geoCenterLngSelector = $('#geo_center_lng');
const geoCenterZoomSelector = $('#geo_center_zoom');
Expand Down

0 comments on commit eb2d5eb

Please sign in to comment.