PalletControl/static/js/plugins-init/jstree-init.js

18 lines
90 B
JavaScript

(function($) {
'use strict'
$('#jstree_basic').jstree();
})(jQuery);