diff --git a/web_notify/static/src/js/web_client.js b/web_notify/static/src/js/web_client.js index 3a52312d..825fc7d6 100644 --- a/web_notify/static/src/js/web_client.js +++ b/web_notify/static/src/js/web_client.js @@ -10,8 +10,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;