You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kibble.apache.org by hu...@apache.org on 2017/10/23 10:47:35 UTC

[kibble] 02/02: regen again

This is an automated email from the ASF dual-hosted git repository.

humbedooh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kibble.git

commit 973daee113adb1ba26b13c2d49e1b27994c7c9fe
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Mon Oct 23 12:47:26 2017 +0200

    regen again
---
 ui/js/kibble.v1.js | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/ui/js/kibble.v1.js b/ui/js/kibble.v1.js
index 90b4e47..5c0f9e5 100644
--- a/ui/js/kibble.v1.js
+++ b/ui/js/kibble.v1.js
@@ -2267,6 +2267,7 @@ viewexplorer = function(json, state) {
   });
   state.widget.inject(new HTML('br'));
   i = new HTML('input', {
+    id: 'subfilter',
     type: 'text',
     value: globArgs.subfilter,
     onChange: 'subFilterGlob = this.value;',
@@ -2287,7 +2288,7 @@ viewexplorer = function(json, state) {
     },
     "class": 'btn btn-small btn-danger',
     type: 'button',
-    onClick: 'subFilterGlob=""; subFilter();',
+    onClick: 'get("subfilter").value=""; subFilterGlob=""; subFilter();',
     value: "reset"
   });
   state.widget.inject(i);

-- 
To stop receiving notification emails like this one, please contact
"commits@kibble.apache.org" <co...@kibble.apache.org>.