forked from extern/egroupware
Fix typo causing blanking in some cases when refreshing because of infolog changes
This commit is contained in:
parent
1a0ff85355
commit
945fce3e9b
@ -308,7 +308,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