make these single quotes
This commit is contained in:
parent
42d99be128
commit
624365806b
@ -17,7 +17,7 @@ ThreadUpdater =
|
|||||||
$.add d.body, sc
|
$.add d.body, sc
|
||||||
|
|
||||||
updateLink = $.el 'span',
|
updateLink = $.el 'span',
|
||||||
innerHTML: "[<a href='javascript:;' class='update-link'>Update</a>]"
|
innerHTML: '[<a href="javascript:;" class="update-link">Update</a>]'
|
||||||
|
|
||||||
$.ready ->
|
$.ready ->
|
||||||
$.add $('.navLinksBot'), updateLink
|
$.add $('.navLinksBot'), updateLink
|
||||||
|
|||||||
@ -58,7 +58,7 @@ QR =
|
|||||||
|
|
||||||
if Conf['Bottom QR Link'] and g.VIEW is 'thread'
|
if Conf['Bottom QR Link'] and g.VIEW is 'thread'
|
||||||
linkBot = $.el 'div',
|
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"
|
className: "qr-link-container-bottom"
|
||||||
|
|
||||||
$.on linkBot.firstElementChild, 'click', ->
|
$.on linkBot.firstElementChild, 'click', ->
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user