From eb5de080916f2e53b83ab48b0770a868a9912975 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Thu, 21 Jun 2007 14:53:07 +0200 Subject: [PATCH] Added unload call for Google Maps darcs-hash:20070621125307-6e07b-d614fd5b79677d9571c5cfadce29ac11849d2ac2.gz --- scripts/gui.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/gui.js b/scripts/gui.js index 3148b9e..68ec0a0 100644 --- a/scripts/gui.js +++ b/scripts/gui.js @@ -189,5 +189,8 @@ $(document).ready(function() { // run google maps loader - if($('#google_map').length) gmap_loader(); + if($('#google_map').length){ + gmap_loader(); + $(document).unload(GUnload); + } }); -- 2.39.2