From 624365806ba6d7fae57dc8e5a9b0ce994582e349 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Fri, 16 May 2014 03:45:10 -0700 Subject: [PATCH] make these single quotes --- src/Monitoring/ThreadUpdater.coffee | 2 +- src/Posting/QR.coffee | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Monitoring/ThreadUpdater.coffee b/src/Monitoring/ThreadUpdater.coffee index cc7e13aa1..432bc210c 100755 --- a/src/Monitoring/ThreadUpdater.coffee +++ b/src/Monitoring/ThreadUpdater.coffee @@ -17,7 +17,7 @@ ThreadUpdater = $.add d.body, sc updateLink = $.el 'span', - innerHTML: "[Update]" + innerHTML: '[Update]' $.ready -> $.add $('.navLinksBot'), updateLink diff --git a/src/Posting/QR.coffee b/src/Posting/QR.coffee index 116088e8e..443f250a7 100644 --- a/src/Posting/QR.coffee +++ b/src/Posting/QR.coffee @@ -58,7 +58,7 @@ QR = if Conf['Bottom QR Link'] and g.VIEW is 'thread' linkBot = $.el 'div', - innerHTML: "[Reply to Thread]" + innerHTML: '[Reply to Thread]' className: "qr-link-container-bottom" $.on linkBot.firstElementChild, 'click', ->