Browse Source

[FIX] Return result of super of show_application

pull/1071/head
Adrien Peiffer (ACSONE) 8 years ago
committed by Aitor Bouzas
parent
commit
87bd04d0b9
  1. 3
      web_notify/static/src/js/web_client.js

3
web_notify/static/src/js/web_client.js

@ -10,8 +10,9 @@ WebClient.include({
this._super(parent, client_options); this._super(parent, client_options);
}, },
show_application: function() { show_application: function() {
this._super();
var res = this._super();
this.start_polling(); this.start_polling();
return res
}, },
on_logout: function() { on_logout: function() {
var self = this; var self = this;

Loading…
Cancel
Save