[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 David
parent b18c6cf1c7
commit bc024617d4

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;