Code cleanup.
This commit is contained in:
parent
576e26c276
commit
42c59df4e1
@ -228,7 +228,6 @@ module.exports = (grunt) ->
|
|||||||
nonstandard: true
|
nonstandard: true
|
||||||
# XXX Temporarily suppress lots of existing warnings until we fix them.
|
# XXX Temporarily suppress lots of existing warnings until we fix them.
|
||||||
'-W018': true
|
'-W018': true
|
||||||
'-W027': true
|
|
||||||
'-W044': true
|
'-W044': true
|
||||||
'-W053': true
|
'-W053': true
|
||||||
'-W084': true
|
'-W084': true
|
||||||
|
|||||||
@ -329,6 +329,7 @@ Linkify =
|
|||||||
$.extend el, <%= html('<audio controls><source type="audio/ogg" src="https://mediacru.sh/${a.dataset.uid}.ogg"></audio>') %>
|
$.extend el, <%= html('<audio controls><source type="audio/ogg" src="https://mediacru.sh/${a.dataset.uid}.ogg"></audio>') %>
|
||||||
else
|
else
|
||||||
el.textContent = "ERROR: No valid filetype."
|
el.textContent = "ERROR: No valid filetype."
|
||||||
|
return
|
||||||
el
|
el
|
||||||
,
|
,
|
||||||
key: 'pastebin'
|
key: 'pastebin'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user