]> git.sur5r.net Git - contagged/blobdiff - scripts/gui.js
fix missing space in company address
[contagged] / scripts / gui.js
index 68ec0a016bdd2c7a627fc5f3a051b8737d499054..0cc0abddf50cf73dfec27837885b326454040321 100644 (file)
@@ -113,7 +113,7 @@ $(document).ready(function() {
         helperClass: 'autocompleter',
         selectClass: 'autocompleterSelect',
         inputWidth: true,
-        minchars: 1,
+        minchars: 1
         //multiple: true,
         //multipleSeperator: ','
     });
@@ -134,7 +134,7 @@ $(document).ready(function() {
         helperClass: 'autocompleter',
         selectClass: 'autocompleterSelect',
         inputWidth: true,
-        minchars: 1,
+        minchars: 1
     });
 
     // nice images
@@ -150,7 +150,7 @@ $(document).ready(function() {
         img.className = 'click';
         img.id        = 'tagedit_start';
         $('#tagedit').empty().after(img);
-        $(img).click(tagedit)
+        $(img).click(tagedit);
     }
 
     // note editing
@@ -186,11 +186,4 @@ $(document).ready(function() {
     // set focus
     if($('#searchfield').length) $('#searchfield').focus();
     if($('#firstfield').length) $('#firstfield').focus();
-
-
-    // run google maps loader
-    if($('#google_map').length){
-        gmap_loader();
-        $(document).unload(GUnload);
-    }
 });