one less innerHTML to check
This commit is contained in:
parent
14138de371
commit
c06a24742f
@ -182,7 +182,8 @@ Linkify =
|
||||
$.cache service.api(uid), (-> Linkify.cb.title @, data), responseType: 'json'
|
||||
catch err
|
||||
if link
|
||||
link.innerHTML = "[#{key}] <span class=warning>Title Link Blocked</span> (are you using NoScript?)</a>"
|
||||
link.innerHTML = '<span class="warning">Title Link Blocked</span> (are you using NoScript?)</a>'
|
||||
$.prepend link, $.tn "[#{key}] "
|
||||
return
|
||||
|
||||
cb:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user