[ARVADOS] updated: 4aae92930a32c99bc803ddfedc7b21715a5a77b7

git at public.curoverse.com git at public.curoverse.com
Tue Jul 29 19:37:10 EDT 2014


Summary of changes:
 apps/workbench/app/assets/javascripts/filterable.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  4aae92930a32c99bc803ddfedc7b21715a5a77b7 (commit)
      from  d82f1a45af0702c68b6bf93b887a8c94c078ce4d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 4aae92930a32c99bc803ddfedc7b21715a5a77b7
Author: Tom Clegg <tom at curoverse.com>
Date:   Tue Jul 29 19:28:07 2014 -0400

    3235: Fix missed filter update after paste event.

diff --git a/apps/workbench/app/assets/javascripts/filterable.js b/apps/workbench/app/assets/javascripts/filterable.js
index 098c7ec..0e9e9cb 100644
--- a/apps/workbench/app/assets/javascripts/filterable.js
+++ b/apps/workbench/app/assets/javascripts/filterable.js
@@ -1,5 +1,5 @@
 $(document).
-    on('paste keyup change', 'input[type=text].filterable-control', function() {
+    on('paste keyup input', 'input[type=text].filterable-control', function() {
         var q = new RegExp($(this).val(), 'i');
         $($(this).attr('data-filterable-target')).
             addClass('filterable-container').

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list