Guest User

Untitled

a guest
Dec 16th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. jQuery('.modal').click(function() {
  2. setTimeout(function(){
  3. for(var entry in wpgmaps_localize) {
  4. InitMap(wpgmaps_localize[entry]['id'],'all',false);
  5. }
  6. },500);
  7. });
Add Comment
Please, Sign In to add comment