one less innerHTML to check

This commit is contained in:
ccd0 2014-05-09 01:40:24 -07:00
parent 14138de371
commit c06a24742f

View File

@ -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: