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