Browse Source

Merge pull request #2 from acsone/10.0-web-notify-return-ape

[FIX] Return result of super of show_application
pull/491/head
Serpent Consulting Services Pvt Ltd 8 years ago
committed by GitHub
parent
commit
7e707ed2ca
  1. 3
      web_notify/static/src/js/web_client.js

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

@ -9,8 +9,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