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 2018/09/12 12:32:17 UTC

[kibble] 02/02: regen JS

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 adfd50364b4d3599887c6702cfba6139c9b85a44
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Wed Sep 12 14:32:06 2018 +0200

    regen JS
---
 ui/js/kibble.v1.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ui/js/kibble.v1.js b/ui/js/kibble.v1.js
index 32eb1a9..c640fb7 100644
--- a/ui/js/kibble.v1.js
+++ b/ui/js/kibble.v1.js
@@ -1761,7 +1761,7 @@ explorer = function(json, state) {
     },
     "class": 'btn btn-small btn-danger',
     type: 'button',
-    onClick: 'get("pathfilter").value = ""; pathFilter();',
+    onClick: 'get("pathfilter").value = ""; pathFilterGlob = ""; pathFilter();',
     value: "reset"
   });
   state.widget.inject(b);