mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 07:56:16 -04:00
slight clean up
This commit is contained in:
parent
dea5b05198
commit
a46a723b09
1 changed files with 0 additions and 5 deletions
|
@ -102,7 +102,6 @@ function getParams()
|
||||||
$('#editorcontainer').css({"top":"0px"});
|
$('#editorcontainer').css({"top":"0px"});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if(showChat)
|
if(showChat)
|
||||||
{
|
{
|
||||||
if(showChat == "false")
|
if(showChat == "false")
|
||||||
|
@ -110,7 +109,6 @@ function getParams()
|
||||||
$('#chaticon').hide();
|
$('#chaticon').hide();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if(showLineNumbers)
|
if(showLineNumbers)
|
||||||
{
|
{
|
||||||
if(showLineNumbers == "false")
|
if(showLineNumbers == "false")
|
||||||
|
@ -118,7 +116,6 @@ function getParams()
|
||||||
LineNumbersDisabled = true;
|
LineNumbersDisabled = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if(useMonospaceFont)
|
if(useMonospaceFont)
|
||||||
{
|
{
|
||||||
if(useMonospaceFont == "true")
|
if(useMonospaceFont == "true")
|
||||||
|
@ -126,8 +123,6 @@ function getParams()
|
||||||
useMonospaceFontGlobal = true;
|
useMonospaceFontGlobal = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
if(userName)
|
if(userName)
|
||||||
{
|
{
|
||||||
// If the username is set as a parameter we should set a global value that we can call once we have initiated the pad.
|
// If the username is set as a parameter we should set a global value that we can call once we have initiated the pad.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue