mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-06-18 20:24:50 -04:00
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:
parent
e6454af5ed
commit
f2cd9e3adc
3 changed files with 0 additions and 44 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue