diff --git a/web_notify/static/src/js/web_client.js b/web_notify/static/src/js/web_client.js index 7d842ece..1ee99224 100644 --- a/web_notify/static/src/js/web_client.js +++ b/web_notify/static/src/js/web_client.js @@ -9,8 +9,9 @@ WebClient.include({ this._super(parent, client_options); }, show_application: function() { - this._super(); + var res = this._super(); this.start_polling(); + return res }, on_logout: function() { var self = this;