});
}
}
-
- $("document").ready(function() {
- $(".hitarea").trigger('click');
- $(".hitarea").click(function(){
- });
- $(".expandable-hitrea").trigger("click");
- $(".expandable-hitrea").click(function() {
-
- });
-
-
- });
+ var $treeview = $(".treeview").find("ul");
+ $treeview.css("display", "block");
+ $treeview.find(".hasChildren").css("display", "block");
+// $("document").ready(function() {
+// $(".hitarea").trigger('click');
+// $(".hitarea").click(function(){
+// });
+// $(".expandable-hitrea").trigger("click");
+// $(".expandable-hitrea").click(function() {
+//
+// });
+//
+//
+// });
});
\ No newline at end of file
});
}
}
-
- $("document").ready(function() {
- $(".hitarea").trigger('click');
- $(".hitarea").click(function(){
- });
- $(".expandable-hitrea").trigger("click");
- $(".expandable-hitrea").click(function() {
-
- });
-
-
- });
+ var $treeview = $(".treeview").find("ul");
+ $treeview.css("display", "block");
+ $treeview.find(".hasChildren").css("display", "block");
+// $("document").ready(function() {
+// $(".hitarea").trigger('click');
+// $(".hitarea").click(function(){
+// });
+// $(".expandable-hitrea").trigger("click");
+// $(".expandable-hitrea").click(function() {
+//
+// });
+//
+//
+// });
});
\ No newline at end of file