Hello..
Today, I was updating an order (using firefox), added notes to the order and clicked on save.
Took a little while for the page refresh to occur. As I test, I added notes to my own order. Within 30 seconds, I received notification from my Gmail account that the message was received.
But for this end-user, I ended up getting a pop-up from Firefox which stated:
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://www.auditor.co.geauga.o…ery/01_09_01/jquery.js?cdv=234:5958
I then clicked on the Debug button and below is what was shown;
5956 prepend: function() {
5957 return this.domManip(arguments, true, function( elem ) {
5958 if ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) {
5959 this.insertBefore( elem, this.firstChild );
5960 }
5961 });
5962 },
Hope this helps. Thanks.. -Jeff