Fix refreshing an infolog blanked calendar

This commit is contained in:
Nathan Gray 2016-03-14 15:58:59 +00:00
parent a13035ac06
commit 32943c5c15

View File

@ -259,6 +259,7 @@ app.classes.calendar = (function(){ "use strict"; return AppJS.extend(
{ {
// Discard cache, reload // Discard cache, reload
this._clear_cache(); this._clear_cache();
this.setState({state: this.state});
} }
break; break;
case 'calendar': case 'calendar':