From 8026b0a320eae4317e8c86570d682a9b4b6f5946 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sat, 4 Jul 2015 01:33:08 -0700 Subject: [PATCH] Remove another unnecessary build type test. --- src/General/Settings.coffee | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/General/Settings.coffee b/src/General/Settings.coffee index 09d8a652c..d0347aff1 100755 --- a/src/General/Settings.coffee +++ b/src/General/Settings.coffee @@ -156,11 +156,9 @@ Settings = a = $.el 'a', download: "<%= meta.name %> v#{g.VERSION}-#{data.date}.json" href: "data:application/json;base64,#{btoa unescape encodeURIComponent JSON.stringify data, null, 2}" - <% if (type === 'userscript') { %> p = $ '.imp-exp-result', Settings.dialog $.rmAll p $.add p, a - <% } %> a.click() import: -> $('input[type=file]', @parentNode).click()