Fix sidebox calendar buttons are in the wrong place on first load

This commit is contained in:
Nathan Gray 2016-03-30 18:39:13 +00:00
parent 25bcc1c864
commit af51ef29de

View File

@ -3269,6 +3269,7 @@ app.classes.calendar = (function(){ "use strict"; return AppJS.extend(
}
if(all_loaded)
{
$j(window).trigger('resize');
this.setState({state:this.state});
}
},