]> git.wh0rd.org - tt-rss.git/blobdiff - tt-rss.js
cdm: tweak the way hotkey article dismissing works; toggle select article by clicking...
[tt-rss.git] / tt-rss.js
index 27d4993041cc956fca67fe194a51e26f2533fd9a..82199cc14c8e48e31be034c34469ada1d69fad8c 100644 (file)
--- a/tt-rss.js
+++ b/tt-rss.js
@@ -1006,8 +1006,9 @@ function hotkey_handler(e) {
                        }
 
                        if (keycode == 68 && shift_key) { // shift-D
-                               if (isCdmMode() && active_post_id) {
-                                       cdmDismissArticle(active_post_id);
+                               if (isCdmMode()) {
+                                       //cdmDismissArticle(active_post_id);
+                                       cdmDismissSelectedArticles();
                                }
                        }