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

[FIX] Return result of super of show_application
This commit is contained in:
Serpent Consulting Services Pvt Ltd
2016-12-07 00:10:35 +05:30
committed by GitHub

View File

@@ -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;