summaryrefslogtreecommitdiffstats
path: root/samples/treegrid/04_custom_styles.html
diff options
context:
space:
mode:
Diffstat (limited to 'samples/treegrid/04_custom_styles.html')
-rw-r--r--samples/treegrid/04_custom_styles.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/treegrid/04_custom_styles.html b/samples/treegrid/04_custom_styles.html
index 51368ed..b017656 100644
--- a/samples/treegrid/04_custom_styles.html
+++ b/samples/treegrid/04_custom_styles.html
@@ -17,7 +17,7 @@ if (!window.eXcell_tree)
alert("To check TreeGrid's samples you need to replace files in `dhtmlx` folder with ones from dhtmlx pro suite.");
mygrid = new dhtmlXGridObject('gridbox');
- mygrid.setImagePath("../common/imgs/");
+ mygrid.setImagePath("../dhtmlx/imgs/");
mygrid.setHeader("Tree, Column A, Column B");
mygrid.setInitWidths("200,*,*")
mygrid.setColTypes("tree,ed,ed");