diff options
-rw-r--r-- | www/js/jquery.jstree.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/jquery.jstree.js b/www/js/jquery.jstree.js index 5037698..bbfc355 100644 --- a/www/js/jquery.jstree.js +++ b/www/js/jquery.jstree.js @@ -2800,7 +2800,7 @@ */
(function ($) {
$.vakata.context = {
- cnt : $("<div id='vakata-contextmenu'>"),
+ cnt : $("<div id='vakata-contextmenu'/>"),
vis : false,
tgt : false,
par : false,
|