oops fix
This commit is contained in:
parent
3c280d88a3
commit
573eaf705f
1
init.js
1
init.js
@ -20,7 +20,6 @@ require(['dojo/_base/kernel', 'dojo/ready'], function (dojo, ready) {
|
|||||||
|
|
||||||
key = "ttrss:feedprefs:"+feed[0];
|
key = "ttrss:feedprefs:"+feed[0];
|
||||||
data = localStorage.getItem(key);
|
data = localStorage.getItem(key);
|
||||||
console.log
|
|
||||||
if (data) {
|
if (data) {
|
||||||
prefs = JSON.parse(data);
|
prefs = JSON.parse(data);
|
||||||
//console.log("plugin:feedprefs: "+key+" => "+data);
|
//console.log("plugin:feedprefs: "+key+" => "+data);
|
||||||
|
Loading…
Reference in New Issue
Block a user