Use padcookie instead of raw prefs cookie reading
parent
7790c5606b
commit
582e2c3819
|
@ -453,7 +453,7 @@ var pad = {
|
|||
// This will check if the prefs-cookie is set.
|
||||
// Otherwise it shows up a message to the user.
|
||||
padcookie.init();
|
||||
if (!readCookie("prefs"))
|
||||
if (padcookie.wasNoCookie())
|
||||
{
|
||||
$('#loading').hide();
|
||||
$('#noCookie').show();
|
||||
|
|
Loading…
Reference in New Issue