[FIX] Return result of super of show_application

This commit is contained in:
Adrien Peiffer (ACSONE)
2016-11-23 12:03:35 +01:00
committed by Benoit Aimont
parent 09884d74a5
commit 39b885971e

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;