mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-25 18:06:15 -04:00
Use camel case
This commit is contained in:
parent
2307c6fbda
commit
018821e98c
4 changed files with 5 additions and 5 deletions
|
@ -1086,7 +1086,7 @@ input[type=checkbox] {
|
|||
display:none;
|
||||
}
|
||||
|
||||
#nocookie{
|
||||
#noCookie{
|
||||
display:none;
|
||||
}
|
||||
|
||||
|
|
|
@ -450,7 +450,7 @@ var pad = {
|
|||
if (!readCookie("test"))
|
||||
{
|
||||
$('#loading').hide();
|
||||
$('#nocookie').show();
|
||||
$('#noCookie').show();
|
||||
}
|
||||
});
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue