Index: lams_central/web/includes/javascript/jqgrid/js/jquery.jqGrid.js =================================================================== diff -u -r86bb35f6b7ba86d12b63392b63a6151cc7c4498d -ra5a222e8b66772047d8e69b1256f407dde676008 --- lams_central/web/includes/javascript/jqgrid/js/jquery.jqGrid.js (.../jquery.jqGrid.js) (revision 86bb35f6b7ba86d12b63392b63a6151cc7c4498d) +++ lams_central/web/includes/javascript/jqgrid/js/jquery.jqGrid.js (.../jquery.jqGrid.js) (revision a5a222e8b66772047d8e69b1256f407dde676008) @@ -29,11 +29,7 @@ if (minver !== true) filename = pathtojsfiles+modules[i].incfile; else filename = pathtojsfiles+modules[i].minfile; if (combineIntoOne !== true) { - if(jQuery.browser.safari || jQuery.browser.msie ) { - jQuery.ajax({url:filename,dataType:'script', async:false, cache: true}); - } else { - IncludeJavaScript(filename); - } + document.writeln(""); } else { combinedInclude[combinedInclude.length] = filename; }