diff options
author | Ruben Rodriguez <ruben@gnu.org> | 2019-05-10 19:05:20 -0400 |
---|---|---|
committer | Ruben Rodriguez <ruben@gnu.org> | 2019-05-10 19:05:20 -0400 |
commit | 7859a9131fcda359265dc16ef55933e5ed218119 (patch) | |
tree | ecb4bf7a0fd005a637d3ff0444ce9afaa8817ba9 /data/extensions/tprb.addon@searxes.danwin1210.me/tprb_core.js | |
parent | cb4bbb16a12d495eca1ac05ebacc7557e9b05c05 (diff) |
Updated extensions bundle
Diffstat (limited to 'data/extensions/tprb.addon@searxes.danwin1210.me/tprb_core.js')
-rw-r--r-- | data/extensions/tprb.addon@searxes.danwin1210.me/tprb_core.js | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/data/extensions/tprb.addon@searxes.danwin1210.me/tprb_core.js b/data/extensions/tprb.addon@searxes.danwin1210.me/tprb_core.js index da71fd1..d131151 100644 --- a/data/extensions/tprb.addon@searxes.danwin1210.me/tprb_core.js +++ b/data/extensions/tprb.addon@searxes.danwin1210.me/tprb_core.js @@ -183,12 +183,12 @@ function rqbl_loadcfg() { } } } - tprq_allowcss = (w.myset_rqblcsslover == 'y') ? 1 : 0; - tprq_allowsubdom = (w.myset_rqblsubdomok == 'y') ? 1 : 0; + tprq_allowcss = (w.myset_rqblcsslover != 'n') ? 1 : 0; + tprq_allowsubdom = (w.myset_rqblsubdomok != 'n') ? 1 : 0; tprq_allowwidedm = (w.myset_rqblallok_wuz == 'y') ? 1 : 0; - tprq_allowcdnf = (w.myset_rqblaok_cdnf == 'y') ? 1 : 0; - tprq_allowcdnd = (w.myset_rqblaok_cdnd == 'y') ? 1 : 0; - tprq_alloweytb = (w.myset_rqblaok_ytb == 'y') ? 1 : 0; + tprq_allowcdnf = (w.myset_rqblaok_cdnf != 'n') ? 1 : 0; + tprq_allowcdnd = (w.myset_rqblaok_cdnd != 'n') ? 1 : 0; + tprq_alloweytb = (w.myset_rqblaok_ytb != 'n') ? 1 : 0; tprq_separdark = (w.myset_rqblcleardark == 'y') ? 1 : 0; tprq_mixignore = (w.myset_rqblmixokay == 'y') ? 1 : 0; tprq_l2iignore = (w.myset_rqbll2iokay == 'y') ? 1 : 0; |