1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 15:05:56 +00:00

remove cookie set check

This commit is contained in:
Andrew Dolgov
2018-12-03 12:55:07 +03:00
parent 4d4034091a
commit 8f1881e12c

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";