aboutsummaryrefslogtreecommitdiff
path: root/p/scripts/main.js
diff options
context:
space:
mode:
Diffstat (limited to 'p/scripts/main.js')
-rw-r--r--p/scripts/main.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/p/scripts/main.js b/p/scripts/main.js
index 21420872f..ca3bb2b9d 100644
--- a/p/scripts/main.js
+++ b/p/scripts/main.js
@@ -1005,7 +1005,7 @@ function init_stream(stream) {
}
el = ev.target.closest('.item.title > a');
- if (el) { // Allow default control-click behaviour such as open in backround-tab
+ if (el) { // Allow default control-click behaviour such as open in background-tab
return ev.ctrlKey;
}