← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 9233: minor fix

 

------------------------------------------------------------
revno: 9233
committer: Morten Olav Hansen <mortenoh@xxxxxxxxx>
branch nick: dhis2
timestamp: Sun 2012-12-09 03:44:33 +0300
message:
  minor fix
modified:
  dhis-2/dhis-web/dhis-web-api-fred/src/main/webapp/WEB-INF/api-fred-velocity/v1/facilities.vm


--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk

Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/dhis-web/dhis-web-api-fred/src/main/webapp/WEB-INF/api-fred-velocity/v1/facilities.vm'
--- dhis-2/dhis-web/dhis-web-api-fred/src/main/webapp/WEB-INF/api-fred-velocity/v1/facilities.vm	2012-12-09 00:34:02 +0000
+++ dhis-2/dhis-web/dhis-web-api-fred/src/main/webapp/WEB-INF/api-fred-velocity/v1/facilities.vm	2012-12-09 00:44:33 +0000
@@ -27,8 +27,6 @@
     function loadMapsScript() {
         if (!map) {
             $.getScript('//maps.googleapis.com/maps/api/js?sensor=false&callback=mapsLoaded');
-        } else {
-            $('#mapTarget').resize();
         }
     }
 
@@ -98,8 +96,6 @@
         });
 
         var markerCluster = new MarkerClusterer(map, markers);
-
-        google.maps.event.trigger(map, 'resize')
     }
 
     $(function () {