From 36e1ec554109b98792f7e4454ef2d35bfc1a1119 Mon Sep 17 00:00:00 2001 From: ErhanKIYAK Date: Thu, 26 Jan 2023 18:10:16 +0300 Subject: [PATCH] commit 2 --- JsTree.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JsTree.html b/JsTree.html index a7b16cd..7218686 100644 --- a/JsTree.html +++ b/JsTree.html @@ -28,7 +28,7 @@ text: "Node 1", children: [ { - id:"ChildNode1", text: "Child Node 1", icon:"fa fa-python" }, + id:"ChildNode1", text: "Child Node 2", icon:"fa fa-python" }, { id:"ChildNode2", text: "Child Node 2", icon:"/static/public/assets/img/file_types/html3.svg" }, { id:"ChildNode5", text: "Child Node 2", icon:"/static/public/assets/img/file_types/html3.svg" }, { id:"ChildNode7", text: "Child Node 2", icon:"/static/public/assets/img/file_types/python.svg" },