JS fix for #1077 fire event at start because of the resize issue, this is a clean way of doing it

This commit is contained in:
johnyma22 2012-10-30 22:35:01 +00:00
parent 4162ff09e4
commit d929877865

View file

@ -158,6 +158,7 @@ function handleClientVars(message)
{
fireWhenAllScriptsAreLoaded[i]();
}
$("#ui-slider-handle").css('left', $("#ui-slider-bar").width() - 2);
}
exports.baseURL = '';