Merge branch '12552-slurm-priority'
[arvados.git] / apps / workbench / app / assets / javascripts / infinite_scroll.js
index a0c9efc5231e5b2d27a66e6af6e1489770b12009..3e6385859428b3485a1aa4d9184cc6be76793f6e 100644 (file)
@@ -1,3 +1,7 @@
+// Copyright (C) The Arvados Authors. All rights reserved.
+//
+// SPDX-License-Identifier: AGPL-3.0
+
 // infinite_scroll.js displays a tab's content using automatic scrolling
 // when the user scrolls to the bottom of the page and there is more data.
 //
@@ -130,6 +134,7 @@ function maybe_load_more_content(event) {
                 $container.find(".spinner").detach();
                 $container.append(data.content);
                 $container.attr('data-infinite-content-href', data.next_page_href);
+                ping_all_scrollers();
             });
      }
 }