diff --git a/client/about.coffee b/client/about.coffee index de9e341b..8f38c985 100644 --- a/client/about.coffee +++ b/client/about.coffee @@ -17,25 +17,23 @@ module.exports = -> """ buttons = [] if D.clipboardCopy then buttons.push text: 'Copy', click: -> D.clipboardCopy $('textarea', @).val(), 'text'; return - buttons.push text: 'Close', click: -> $(@).dialog 'close' + buttons.push text: 'Close', click: -> $(@).dialog 'close'; return $(""" -
-