0

Minor tweaks for JSObserver

This commit is contained in:
Thomas Lake
2012-04-09 00:23:15 +01:00
parent 8ec3518eb2
commit ed01a3cf07
2 changed files with 1 additions and 6 deletions

View File

@@ -114,6 +114,7 @@ overviewer.views.ProgressView = Backbone.View.extend({
this.el.innerHTML = 'Current Render Progress';
overviewer.map.controls[google.maps.ControlPosition.BOTTOM_RIGHT].push(this.el);
this.hidden = true;
$.ajaxSetup({cache: false});
},
updateProgress: function() {
e = this;