We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a81cd1d commit e59d318Copy full SHA for e59d318
cache.manifest
@@ -1,5 +1,5 @@
1
CACHE MANIFEST
2
-# version 134
+# version 135
3
4
# gogole maps files
5
http://maps.google.com/maps/api/js?v=3.10&sensor=false&key=AIzaSyCOqkcNey4CCyG4X0X5qxHAhCgD8g5DwXg
js/app.js
@@ -221,8 +221,9 @@ $(window).ready(function() {
221
e.addClass('active');
222
var h = $('#map').height() - $('#telemetry_graph').height();
223
}
224
- $('#map').stop(null,null).animate({'height': h});
225
- if(map) google.maps.event.trigger(map, 'resize');
+ $('#map').stop(null,null).animate({'height': h}, function() {
+ if(map) google.maps.event.trigger(map, 'resize');
226
+ });
227
});
228
229
// confirm dialog when launchnig a native map app with coordinates
0 commit comments