closes #9498
[arvados.git] / apps / workbench / app / assets / javascripts / infinite_scroll.js
index 047858c5a0e3a9811408de40442f24605994868d..a0c9efc5231e5b2d27a66e6af6e1489770b12009 100644 (file)
@@ -151,7 +151,8 @@ function mergeInfiniteContentParams($container) {
     // For example, filterable.js writes filters in
     // infiniteContentParamsFilterable ("search for text foo")
     // without worrying about clobbering the filters set up by the
-    // tab pane ("only show jobs and pipelines in this tab").
+    // tab pane ("only show container requests and pipeline instances
+    // in this tab").
     $.each($container.data(), function(datakey, datavalue) {
         // Note: We attach these data to DOM elements using
         // <element data-foo-bar="baz">. We store/retrieve them