3824: Merge branch 'master' into 3824-docker-fixes
[arvados.git] / apps / workbench / app / assets / javascripts / selection.js.erb
index ca4dce3d9bf373f2e93949cbfb27f818d78318ae..40724bb566b4f8903687edfc9e2e69bf331d4ff4 100644 (file)
@@ -108,7 +108,8 @@ jQuery(function($){
             }
         });
 
-    $(window).on('load storage', update_count);
+    $(window).on('load', clear_selections);
+    $(window).on('storage', update_count);
 
     $('#selection-form-content').on("click", function(e) {
         e.stopPropagation();