Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by krzak on Nov 28, 2007 15:36
open dhtmlx forum
why FF report error while loading dhtmlxgrid_srnd.js

this is my FF error message (and this is why srnd wont work for me propably), but I have no clue what is wrong:

Error: missing } after function body
Source file: http://localhost/script/codebase/ext/dhtmlxgrid_srnd.js
Row: 44, Column: 1
Source Code:
*/

my script loading sentence is:
<script>_css_prefix="/script/codebase/"; _js_prefix="/script/codebase/"; </script>
<script language="javascript" src="/script/codebase/dhtmlxcommon.js"></script>
<script language="javascript" src="/script/codebase/dhtmlxgrid.js"></script>
<script language="javascript" src="/script/codebase/ext/dhtmlxgrid_srnd.js"></script>
<script language="javascript" src="/script/codebase/dhtmlxgridcell.js"></script>
<script language="javascript" src="/script/codebase/excells/dhtmlxgrid_excell_calck.js"></script>
<script language="javascript" src="/script/codebase/excells/dhtmlxgrid_excell_acheck.js"></script>
<script language="javascript" src="/script/codebase/excells/dhtmlxgrid_excell_calendar.js"></script>
<script language="javascript" src="/script/codebase/excells/dhtmlxgrid_excell_clist.js"></script>


Answer posted on Nov 29, 2007 01:40
Please check
    http://dhtmlx.com/docs/products/kb/index.shtml?cat=search&q=1332
that thread contain fixed file attached
( Actually the latest package on dhtmlx.com already contain fixed file, problem was only with older packages )