Disable sauces in /f/. Fix #211
This commit is contained in:
parent
f2a673eef1
commit
6d41588e00
@ -2637,6 +2637,7 @@
|
|||||||
sauce = {
|
sauce = {
|
||||||
init: function() {
|
init: function() {
|
||||||
var link, _i, _len, _ref;
|
var link, _i, _len, _ref;
|
||||||
|
if (g.BOARD === 'f') return;
|
||||||
this.links = [];
|
this.links = [];
|
||||||
_ref = conf['sauces'].match(/^[^#].+$/gm);
|
_ref = conf['sauces'].match(/^[^#].+$/gm);
|
||||||
for (_i = 0, _len = _ref.length; _i < _len; _i++) {
|
for (_i = 0, _len = _ref.length; _i < _len; _i++) {
|
||||||
|
|||||||
@ -2091,6 +2091,7 @@ anonymize =
|
|||||||
|
|
||||||
sauce =
|
sauce =
|
||||||
init: ->
|
init: ->
|
||||||
|
return if g.BOARD is 'f'
|
||||||
@links = []
|
@links = []
|
||||||
for link in conf['sauces'].match /^[^#].+$/gm
|
for link in conf['sauces'].match /^[^#].+$/gm
|
||||||
@links.push @funk link
|
@links.push @funk link
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user