summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--js/tt-rss.js12
1 files changed, 0 insertions, 12 deletions
diff --git a/js/tt-rss.js b/js/tt-rss.js
index 3c6fd88dc..97d34fbc1 100644
--- a/js/tt-rss.js
+++ b/js/tt-rss.js
@@ -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";