Explorar o código

disable save state for tree

rajven %!s(int64=4) %!d(string=hai) anos
pai
achega
998e852fd4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      html/admin/devices/index-tree.php

+ 1 - 1
html/admin/devices/index-tree.php

@@ -61,7 +61,7 @@ print '<div id="frmt" class="tree"></div>';
 print "\n";
 print '<script>';
 print "$('#frmt').jstree({";
-print '"themes" : { "theme" : "default", "dots" : false, "icons" : false }, "plugins" : [ "themes", "html_data", "ui", "sort", "state" ],';
+print '"themes" : { "theme" : "default", "dots" : false, "icons" : false }, "plugins" : [ "themes", "html_data", "ui", "sort" ],';
 print "'core' : { 'data' : [";
 print "\n";
 foreach ($dev_hash as $device) {