Shave two lines in Sauce.coffee.
This commit is contained in:
parent
8560f204b2
commit
d93a4ebf4b
@ -4,12 +4,10 @@ Sauce =
|
||||
|
||||
links = []
|
||||
for link in Conf['sauces'].split '\n'
|
||||
continue if link[0] is '#'
|
||||
try
|
||||
links.push @createSauceLink link.trim()
|
||||
links.push @createSauceLink link.trim() if link[0] isnt '#'
|
||||
catch err
|
||||
# Don't add random text plz.
|
||||
continue
|
||||
return unless links.length
|
||||
@links = links
|
||||
@link = $.el 'a', target: '_blank'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user