Major javascript performance improvements.

git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@281 a4c988fc-2ded-0310-b66e-134b36920a42
This commit is contained in:
lukemelia 2006-07-13 04:50:26 +00:00
parent ef42421f64
commit 13f7f443af
7 changed files with 196 additions and 28 deletions

View file

@ -6,7 +6,8 @@ Ajax.Responders.register({
onComplete: function() {
if($('busy') && Ajax.activeRequestCount==0)
Element.hide('busy');
},
}
//,
// uncomment the next three lines for easier debugging with FireBug
// onException: function(source, exception) {
// console.error(exception);