[IMP]
authorVidhin Mehta (OpenERP) <vme@tinyerp.com>
Mon, 29 Oct 2012 12:13:13 +0000 (17:43 +0530)
committerVidhin Mehta (OpenERP) <vme@tinyerp.com>
Mon, 29 Oct 2012 12:13:13 +0000 (17:43 +0530)
bzr revid: vme@tinyerp.com-20121029121313-v12kb501m6vzi9c2

addons/web/static/src/js/chrome.js

index 821ed2d..6cc416f 100644 (file)
@@ -270,6 +270,8 @@ instance.web.Loading = instance.web.Widget.extend({
             this.draw_favicon(parseInt(this.response_count * 100 / this.request_count));
         } else {
             this.count = 0;
+            this.request_count = 0;
+            this.response_count = 0;
             clearTimeout(this.long_running_timer);
             // Don't unblock if blocked by somebody else
             if (self.blocked_ui) {