make these single quotes

This commit is contained in:
ccd0 2014-05-16 03:45:10 -07:00
parent 42d99be128
commit 624365806b
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ ThreadUpdater =
$.add d.body, sc
updateLink = $.el 'span',
innerHTML: "[<a href='javascript:;' class='update-link'>Update</a>]"
innerHTML: '[<a href="javascript:;" class="update-link">Update</a>]'
$.ready ->
$.add $('.navLinksBot'), updateLink

View File

@ -58,7 +58,7 @@ QR =
if Conf['Bottom QR Link'] and g.VIEW is 'thread'
linkBot = $.el 'div',
innerHTML: "[<a href='javascript:;' class='qr-link-bottom'>Reply to Thread</a>]"
innerHTML: '[<a href="javascript:;" class="qr-link-bottom">Reply to Thread</a>]'
className: "qr-link-container-bottom"
$.on linkBot.firstElementChild, 'click', ->