]> git.ktnx.net Git - lsl.git/commitdiff
hide the mass-action button on broken streak main
authorDamyan Ivanov <dmn@debian.org>
Mon, 7 Mar 2022 21:47:29 +0000 (21:47 +0000)
committerDamyan Ivanov <dmn@debian.org>
Mon, 7 Mar 2022 21:47:29 +0000 (21:47 +0000)
public/javascripts/lsl.js

index 25fd187db125e4dc8f34bbdbff853de426a03d51..de2da715f83f6828daa8843b56ab33f32083c699 100644 (file)
@@ -418,6 +418,7 @@ function handle_list_item_state_changed(ev) {
         }
     }
     else {
+        $('#item-multi-action').removeClass('in-view');
         item_action_streak = 1;
     }