forked from Techsystech/web
[FIX] Return result of super of show_application
parent
012b45c3be
commit
328d457d14
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue