I'm using datatables. If I deploy my web application on a server in our
network, I'm getting "Warning: Unresponsive script" alert in firefox. It
takes ages to load datatable with a single record. Everything else loads
fine, except for the table.


The whole javascript warning is:

"A script on this page may be busy, or it may have stopped responding. You
can stop the script now, open the script in the debugger, or let the script
continue.

Script: http://<host>/edi/assets/1.0-SNAPSHOT/stack/en/core.js:115"

This line contains some code in /jquery/jquery_core/jquery-1.7.2.min.js
library - on first glympse I don't see anything that is of much help to me,
it's a very long line of code.

Does anyone have any idea why I'm getting this error? I don't get any error
when I run my web application locally and the datatable loads fine.

How could I change the jquery file that tapestry loads if I wanted to debug
this? I would need "human readable" jquery file and not the minified
version.

Regards,
Lidija

Reply via email to