aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bitly.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitly.js b/bitly.js
index ec57cc4..5b654ed 100644
--- a/bitly.js
+++ b/bitly.js
@@ -92,7 +92,7 @@ let PLUGIN_INFO = xml`
{
default: (function () {
let e = content.document.querySelector('#bitly_api_key');
- return (e ? e.value : '')
+ return e ? e.value : ''
})()
}
);