From: Sebastian Hammer Date: Sat, 14 Apr 2007 06:11:47 +0000 (+0000) Subject: Hack to disable the snagging of normal Javascript errors. There must be a X-Git-Tag: PAZPAR2.1.0.0~301 X-Git-Url: http://sru.miketaylor.org.uk/cgi-bin?a=commitdiff_plain;h=2c2cfb40969198ecc9911d90e44b70088966172b;p=pazpar2-moved-to-github.git Hack to disable the snagging of normal Javascript errors. There must be a better way of doing this. --- diff --git a/www/masterkey/js/jquery.js b/www/masterkey/js/jquery.js index fdb8764..3e07662 100644 --- a/www/masterkey/js/jquery.js +++ b/www/masterkey/js/jquery.js @@ -7,7 +7,7 @@ if(typeof window.jQuery == "undefined") { * Dual licensed under the MIT (MIT-LICENSE.txt) * and GPL (GPL-LICENSE.txt) licenses. * - * $Date: 2007-03-22 16:08:20 $ + * $Date: 2007-04-14 06:11:47 $ * $Rev: 1465 $ */ @@ -1824,6 +1824,7 @@ jQuery.extend({ }, handleError: function( s, xml, status, e ) { + throw(e); // If a local callback was specified, fire it if ( s.error ) s.error( xml, status, e );