mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-11 01:44:23 +01:00
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:
parent
ef42421f64
commit
13f7f443af
7 changed files with 196 additions and 28 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue