[MERGE] trunk-saas_analytics.

bzr revid: vta@openerp.com-20121108140803-jhow00d9w5696yla
This commit is contained in:
vta vta@openerp.com 2012-11-08 15:08:03 +01:00
commit d68db69b42
1 changed files with 1 additions and 0 deletions

View File

@ -1125,6 +1125,7 @@ instance.web.WebClient = instance.web.Client.extend({
var url = '#' + $.param(state);
this._current_state = _.clone(state);
$.bbq.pushState(url);
this.trigger('state_pushed', state);
},
on_menu_action: function(options) {
var self = this;