No need for popup.js in the geotag block
authorMichael J. Rubinsky <mrubinsk@horde.org>
Fri, 31 Jul 2009 22:18:02 +0000 (18:18 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Fri, 31 Jul 2009 22:18:02 +0000 (18:18 -0400)
ansel/lib/Block/recently_added_geodata.php

index 158d1ef..d2a883a 100644 (file)
@@ -55,7 +55,6 @@ class Horde_Block_ansel_recently_added_geodata extends Horde_Block {
         Horde::addExternalScriptFile('http://maps.google.com/maps?file=api&v=2&sensor=false&key=' . $GLOBALS['conf']['api']['googlemaps'], 'ansel');
         Horde::addExternalScriptFile('http://gmaps-utility-library.googlecode.com/svn/trunk/markermanager/1.1/src/markermanager.js', 'ansel');
         Horde::addScriptFile('googlemap.js');
-        Horde::addScriptFile('popup.js', 'horde', true);
         if ($this->_params['gallery'] != 'all') {
             $gallery = $this->_getGallery();
             if (is_a($gallery, 'PEAR_Error')) {