forked from extern/egroupware
Fix typo causing blanking in some cases when refreshing because of infolog changes
This commit is contained in:
parent
f3c6638031
commit
53be18fec0
@ -305,7 +305,7 @@ app.classes.calendar = (function(){ "use strict"; return AppJS.extend(
|
||||
this._clear_cache();
|
||||
|
||||
// Calendar is the current application, refresh now
|
||||
if(framework.activeApp.appName == this.appName)
|
||||
if(framework.activeApp.appName === this.appname)
|
||||
{
|
||||
this.setState({state: this.state});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user