Use camel case

This commit is contained in:
Gared 2014-12-28 22:20:09 +01:00
parent 2307c6fbda
commit 018821e98c
4 changed files with 5 additions and 5 deletions

View file

@ -1086,7 +1086,7 @@ input[type=checkbox] {
display:none;
}
#nocookie{
#noCookie{
display:none;
}

View file

@ -450,7 +450,7 @@ var pad = {
if (!readCookie("test"))
{
$('#loading').hide();
$('#nocookie').show();
$('#noCookie').show();
}
});
},