Hi, I’m having trouble when adding the dhtmlxgrid_math.js, when i add the library the page freezes and you can’t do nothing, I caught the exception with chrome and it says “Uncaught RangeError: Maximum call stack size exceeded”, this is the order of the js files
<script type="text/javascript" src="<?php echo base_url(); ?>dhtmlx/dhtmlx.js"></script>
<script type="text/javascript" src="<?php echo base_url(); ?>dhtmlx/dhtmlxscheduler.js"></script>
<script src="<?php echo base_url(); ?>dhtmlx/ext/dhtmlxscheduler_editors.js" type="text/javascript"></script>
<script src="<?php echo base_url(); ?>dhtmlx/ext/dhtmlxscheduler_minical.js" type="text/javascript"></script>
<script src="<?php echo base_url(); ?>dhtmlx/ext/dhtmlxscheduler_agenda_view.js" type="text/javascript"></script>
<script src="<?php echo base_url(); ?>dhtmlx/ext/locale_es.js" type="text/javascript"></script>
<script src="<?php echo base_url(); ?>dhtmlx/ext/locale_recurring_es.js" type="text/javascript"></script>
<script src="<?php echo base_url(); ?>dhtmlx/ext/dhtmlxgrid_export.js" type="text/javascript"></script>
<script src="<?php echo base_url(); ?>dhtmlx/ext/dhtmlxgrid_rowspan.js" type="text/javascript"></script>
<script src="<?php echo base_url(); ?>dhtmlx/ext/dhtmlxgrid_math.js" type="text/javascript"></script>
<script src="<?php echo base_url(); ?>dhtmlx/excells/dhtmlxgrid_excell_acheck.js" type="text/javascript"></script>
I have tried in different orders and it keeps saying the same thing, I’m using dhtmlxSuite_v35_pro_120822, thanks in advance