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.
|
// This will check if the prefs-cookie is set.
|
||||||
// Otherwise it shows up a message to the user.
|
// Otherwise it shows up a message to the user.
|
||||||
padcookie.init();
|
padcookie.init();
|
||||||
if (!readCookie("prefs"))
|
if (padcookie.wasNoCookie())
|
||||||
{
|
{
|
||||||
$('#loading').hide();
|
$('#loading').hide();
|
||||||
$('#noCookie').show();
|
$('#noCookie').show();
|
||||||
|
|
Loading…
Reference in New Issue