Skip to content

Commit

Permalink
added wrapper to the map pin popup
Browse files Browse the repository at this point in the history
  • Loading branch information
1rosehip committed Aug 28, 2016
1 parent e37f318 commit f8c8efc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dist/js/jplist.store-locator-bundle.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/addons/store-locator-bundle/js/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
"build/closure/google-closure-compiler/externs/jquery-1.7.externs.js",
"build/closure/google-closure-compiler/externs/jplist.addons.externs.js"
],
"version": 18
"version": 20
}
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@

this.gmarker.infowindow = new window.google.maps.InfoWindow();

this.gmarker.infowindow.setContent(popupContent);
this.gmarker.infowindow.setContent('<div class="jplist-marker-popup">' + popupContent + '</div>');

//init marker events
initEvents(this);
Expand Down

0 comments on commit f8c8efc

Please sign in to comment.