Skip to content
Snippets Groups Projects
Commit e8a787bd authored by Gervaise Henry's avatar Gervaise Henry :cowboy:
Browse files

Merge branch 'develop' into 'master'

Develop

See merge request !25
parents 60e4aa45 77c47938
2 merge requests!82Master,!25Develop
Pipeline #5614 passed with stages
in 24 seconds
...@@ -49,6 +49,8 @@ deploy.dev: ...@@ -49,6 +49,8 @@ deploy.dev:
- singularity run 'docker://monachus/hugo' hugo deploy --target aws-dev --maxDeletes -1 - singularity run 'docker://monachus/hugo' hugo deploy --target aws-dev --maxDeletes -1
dependencies: dependencies:
- build.dev - build.dev
only:
- master
except: except:
- tags - tags
......
...@@ -160,6 +160,10 @@ ...@@ -160,6 +160,10 @@
"plugins": ["themes", "checkbox"] "plugins": ["themes", "checkbox"]
}) })
$("#jstree").on('select_node.jstree', function (e, data) {
data.instance.toggle_node(data.node);
});
$("#jstree").bind("check_node.jstree uncheck_node.jstree", function (e, data) { $("#jstree").bind("check_node.jstree uncheck_node.jstree", function (e, data) {
var checked = $("#jstree").jstree("get_checked") var checked = $("#jstree").jstree("get_checked")
var filter = [] var filter = []
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment