mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-05-09 06:06:13 +02:00
Remove test cookie
This commit is contained in:
parent
44370f11be
commit
93dae51cda
@ -502,8 +502,7 @@ var pad = {
|
||||
// To use etherpad you have to allow cookies.
|
||||
// This will check if the creation of a test-cookie has success.
|
||||
// Otherwise it shows up a message to the user.
|
||||
createCookie("test", "test");
|
||||
if (!readCookie("test"))
|
||||
if (!readCookie("prefs"))
|
||||
{
|
||||
$('#loading').hide();
|
||||
$('#noCookie').show();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user