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:15 UTC

[kibble] branch master updated (07b3e81 -> adfd503)

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

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


    from 07b3e81  Merge branch 'master' of github.com:apache/kibble
     new 56f7ecc  need to properly reset path on reset
     new adfd503  regen JS

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 ui/js/coffee/explorer.coffee | 2 +-
 ui/js/kibble.v1.js           | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


[kibble] 01/02: need to properly reset path on reset

Posted by hu...@apache.org.
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 56f7ecc7a8ae8dfe6ff4f134f7107ecd5f6be45a
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Wed Sep 12 14:32:02 2018 +0200

    need to properly reset path on reset
---
 ui/js/coffee/explorer.coffee | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ui/js/coffee/explorer.coffee b/ui/js/coffee/explorer.coffee
index be9a7f9..7f9e3a1 100644
--- a/ui/js/coffee/explorer.coffee
+++ b/ui/js/coffee/explorer.coffee
@@ -110,7 +110,7 @@ explorer = (json, state) ->
         state.widget.inject(p)
         
         b = new HTML('input', {style: { marginLeft: '10px'}, class: 'btn btn-small btn-success', type: 'button', onClick: 'pathFilter();', value: "filter paths"})
-        rb = new HTML('input', {style: { marginLeft: '10px'}, class: 'btn btn-small btn-danger', type: 'button', onClick: 'get("pathfilter").value = ""; pathFilter();', value: "reset"})
+        rb = new HTML('input', {style: { marginLeft: '10px'}, class: 'btn btn-small btn-danger', type: 'button', onClick: 'get("pathfilter").value = ""; pathFilterGlob = ""; pathFilter();', value: "reset"})
         state.widget.inject(b)
         state.widget.inject(rb)
 


[kibble] 02/02: regen JS

Posted by hu...@apache.org.
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);