mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 15:36:16 -04:00
Typo
This commit is contained in:
parent
300886da34
commit
3c85a9cc6c
1 changed files with 1 additions and 1 deletions
|
@ -1106,7 +1106,7 @@ function OUTER(gscope)
|
|||
{
|
||||
hasLineNumbers = !! value;
|
||||
// disable line numbers on mobile devices
|
||||
if (mobile.browser) hasLineNumbers = false;
|
||||
if (browser.mobile) hasLineNumbers = false;
|
||||
setClassPresence(sideDiv, "sidedivhidden", !hasLineNumbers);
|
||||
fixView();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue