3
0
Fork 0

[FIX] Return result of super of show_application

10.0
Adrien Peiffer (ACSONE) 2016-11-23 12:03:35 +01:00
parent 012b45c3be
commit 328d457d14
1 changed files with 2 additions and 1 deletions

View File

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