summaryrefslogtreecommitdiff
path: root/js/Headlines.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-02-19 18:50:02 +0300
committerAndrew Dolgov <[email protected]>2021-02-19 18:50:02 +0300
commitd5f4979831a03f758e7006f96e5ad0420523da5e (patch)
tree1cb6adc60a2bf97fc73fad91ed103306e1b75f6f /js/Headlines.js
parent5cec4eb0155735a2367701c5ae3a09f54e835a90 (diff)
headlines.select: maybe fix another one
Diffstat (limited to 'js/Headlines.js')
-rwxr-xr-xjs/Headlines.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Headlines.js b/js/Headlines.js
index d086870cf..c019dcbfc 100755
--- a/js/Headlines.js
+++ b/js/Headlines.js
@@ -1133,7 +1133,7 @@ const Headlines = {
// mode = all,none,unread,invert,marked,published
let query = "#headlines-frame > div[id*=RROW]";
- if (articleId) query += "[data-article-id=" + articleId + "]";
+ if (articleId) query += `[data-article-id="${articleId}"]`;
switch (mode) {
case "none":