aboutsummaryrefslogtreecommitdiffstats
path: root/src/setwhitelist.js
diff options
context:
space:
mode:
authornullius <nullius@nym.zone>2018-01-02 04:50:30 +0000
committernullius <nullius@nym.zone>2018-01-02 04:50:30 +0000
commitee528226a8225917c67e2adad05b3f71d2652359 (patch)
tree381620d4d9ae2c48f29398cce666eefdb8257bd5 /src/setwhitelist.js
parent0524b2a7cdc406dddc6adb456c9c6c69fde744a3 (diff)
downloadcloudflare-tor-ee528226a8225917c67e2adad05b3f71d2652359.tar.lz
cloudflare-tor-ee528226a8225917c67e2adad05b3f71d2652359.tar.xz
cloudflare-tor-ee528226a8225917c67e2adad05b3f71d2652359.zip
Add missing '\n' to last lines of files; rm sigs
Files from the 1.0.8.6 xpi were missing '\n' at the end of their last lines. Changing this would invalidate the Mozilla manifest/signature data, so I removed that. No substantive code changes in this commit.
Diffstat (limited to 'src/setwhitelist.js')
-rw-r--r--src/setwhitelist.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/setwhitelist.js b/src/setwhitelist.js
index a0e7305d..f3e46b3a 100644
--- a/src/setwhitelist.js
+++ b/src/setwhitelist.js
@@ -46,4 +46,4 @@ var getting=browser.storage.local.get();
getting.then(setCurrentChoice, onError);
}
document.addEventListener("DOMContentLoaded", loadWhitelist);
-document.querySelector("form").addEventListener("submit", saveWhitelist); \ No newline at end of file
+document.querySelector("form").addEventListener("submit", saveWhitelist);