summaryrefslogtreecommitdiffstats
path: root/samples/grid/01a_sql_basic.html
diff options
context:
space:
mode:
Diffstat (limited to 'samples/grid/01a_sql_basic.html')
-rw-r--r--samples/grid/01a_sql_basic.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/grid/01a_sql_basic.html b/samples/grid/01a_sql_basic.html
index 1b4187a..601b833 100644
--- a/samples/grid/01a_sql_basic.html
+++ b/samples/grid/01a_sql_basic.html
@@ -16,7 +16,7 @@
<div id="gridbox" width="350px" height="550px" style="background-color:white;overflow:hidden"></div>
<script>
mygrid = new dhtmlXGridObject('gridbox');
- mygrid.setImagePath("../common/imgs/");
+ mygrid.setImagePath("../dhtmlx/imgs/");
mygrid.setHeader("Column A, Column B");
mygrid.attachHeader("#connector_text_filter,#connector_text_filter")
mygrid.setInitWidths("100,*")