Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/HuasoFoundries/phpPgAdmin6.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/js/jstree_events.js')
-rw-r--r--assets/js/jstree_events.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/assets/js/jstree_events.js b/assets/js/jstree_events.js
index 651dc62d..776a0223 100644
--- a/assets/js/jstree_events.js
+++ b/assets/js/jstree_events.js
@@ -72,8 +72,7 @@ $('#lazy').on('state_ready.jstree', function (e, data) {
});
});
$('#lazy').on('loaded.jstree', function (e, data) {
- console.log('loaded');
- $('#lazy').data('jstree').show_dots();
+ data.instance.show_dots();
});
$('#lazy').on('click', '.jstree-anchor', function () {
console.log(this);