This commit is contained in:
wyd621
2013-10-31 07:34:28 +00:00
parent f7ed2103a9
commit 47a5ae0be4
+1 -1
View File
@@ -6,4 +6,4 @@ if($config->debug)
js::import($jsRoot . 'jquery/treeview/min.js');
}
?>
<script language='javascript'>$(function() { $(".tree").treeview({ persist: "cookie", collapsed: false, unique: false}) })</script>
<script language='javascript'>$(function() { $(".tree").treeview({ persist: "cookie", collapsed: true, unique: false}) })</script>