Removed sidebar-code since the sidebar got removed in EPL, there is only the stickychat which is not affected by this.

This commit is contained in:
mluto 2013-02-08 22:06:28 +01:00
parent e6454af5ed
commit f2cd9e3adc
3 changed files with 0 additions and 44 deletions

View file

@ -460,16 +460,6 @@ function loadBroadcastSliderJS(fireWhenAllScriptsAreLoaded)
if (clientVars)
{
if (clientVars.disableRightBar)
{
$("#rightbars").css('display', 'none');
$('#padmain').css('width', 'auto');
$("#padmain").css('width', '860px');
$("#revision").css('position', "absolute");
$("#revision").css('right', "20px");
$("#revision").css('top', "20px");
}
$("#timeslider").show();
var startPos = clientVars.collab_client_vars.rev;