Another attempt at reducing Firefox weirdness, which might be related to the order of template processing

This commit is contained in:
Nathan Gray 2015-12-23 18:15:23 +00:00
parent 012d8faf7f
commit 3f96725bdb

View File

@ -2997,10 +2997,6 @@ app.classes.calendar = AppJS.extend(
{ {
$j(_et2.DOMContainer).hide(); $j(_et2.DOMContainer).hide();
} }
if(all_loaded)
{
this.setState({state:this.state});
}
} }
else else
{ {
@ -3018,6 +3014,10 @@ app.classes.calendar = AppJS.extend(
},this.sidebox_hooked_templates.length -1)); },this.sidebox_hooked_templates.length -1));
} }
} }
if(all_loaded)
{
this.setState({state:this.state});
}
}, },
/** /**