[FIX] Launch application even if the tracker crashes

bzr revid: vta@openerp.com-20130108112136-xiqejgkxazy23djy
This commit is contained in:
vta vta@openerp.com 2013-01-08 12:21:36 +01:00
parent 6d5a9a7185
commit 562b7bed64
1 changed files with 1 additions and 1 deletions

View File

@ -271,7 +271,7 @@ openerp.web_analytics = function(instance) {
},
show_application: function() {
var self = this;
instance.web_analytics.setupTracker(self).then(function() {
instance.web_analytics.setupTracker(self).always(function() {
self._super();
});
},