[bugzilla-gnome-org-extensions] Fix hiding Loading... when displaying an error



commit 12a2d6fa0ee614cc690dd14402732c53ef3ed1ac
Author: Owen W. Taylor <otaylor fishsoup net>
Date:   Sun Oct 11 09:33:26 2009 -0400

    Fix hiding Loading... when displaying an error
    
    Typo: doneLoading(), not doneLoad().

 js/splinter.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/js/splinter.js b/js/splinter.js
index a232d95..d54fa00 100644
--- a/js/splinter.js
+++ b/js/splinter.js
@@ -38,7 +38,7 @@ function displayError(msg) {
         .text(msg)
         .appendTo("#error");
     $("#error").show();
-    doneLoad();
+    doneLoading();
 }
 
 function updateAttachmentStatus(attachment, newStatus, success, failure) {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]