remove cookie set check

This commit is contained in:
Andrew Dolgov 2018-12-03 12:55:07 +03:00
parent 4d4034091a
commit 8f1881e12c
1 changed files with 0 additions and 12 deletions

View File

@ -71,9 +71,6 @@ require(["dojo/_base/kernel",
parser.parse();
if (!this.genericSanityCheck())
return;
this.setLoadingProgress(30);
this.initHotkeyActions();
@ -159,15 +156,6 @@ require(["dojo/_base/kernel",
console.log("second stage ok");
},
genericSanityCheck: function() {
Cookie.set("ttrss_test", "TEST");
if (Cookie.get("ttrss_test") != "TEST") {
return fatalError(2);
}
return true;
},
updateTitle: function() {
let tmp = "Tiny Tiny RSS";