fix confusing error message
This commit is contained in:
parent
9cba630700
commit
1f700a8374
@ -34,7 +34,7 @@ define([
|
||||
url: '/common/feedback.html?NO_LOCALSTORAGE=' + (+new Date()),
|
||||
});
|
||||
});
|
||||
window.alert("CryptPad needs localStorage to work, try a different browser");
|
||||
window.alert("CryptPad needs localStorage to work. Try changing your cookie permissions, or using a different browser");
|
||||
};
|
||||
|
||||
window.onerror = function (e) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user