mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 15:36:16 -04:00
ux: Better ux for if cookies are disabled or not available.
This commit is contained in:
parent
a4713a8308
commit
0d51e71578
5 changed files with 30 additions and 23 deletions
|
@ -480,11 +480,6 @@ var pad = {
|
|||
// This will check if the prefs-cookie is set.
|
||||
// Otherwise it shows up a message to the user.
|
||||
padcookie.init();
|
||||
if (!padcookie.isCookiesEnabled())
|
||||
{
|
||||
$('#loading').hide();
|
||||
$('#noCookie').show();
|
||||
}
|
||||
});
|
||||
},
|
||||
_afterHandshake: function()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue