changeset 5:8f7e53bfe0e8

not to show silly alert
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Sat, 23 May 2009 11:56:02 +0900
parents a56fc1ec8be5
children ac5648afee47
files chrome/content/loader.js
diffstat 1 files changed, 5 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/chrome/content/loader.js	Sat May 23 11:40:55 2009 +0900
+++ b/chrome/content/loader.js	Sat May 23 11:56:02 2009 +0900
@@ -34,8 +34,11 @@
   },
   dispEnd: function(count) {
     this.loadingBox.style.display = 'none';
-    Glayer.showAlert('Finish!!  loaded ' + count + ' bookmarks', {callback: function(){ incsearch.input.focus(); Glayer.hideAlert(); }});
-    document.getElementById(Glayer.defaultAlert.okId).focus();
+//    Glayer.showAlert('Finish!!  loaded ' + count + ' bookmarks', {callback: function(){ incsearch.input.focus(); Glayer.hideAlert(); }});
+//    document.getElementById(Glayer.defaultAlert.okId).focus();
+
+    Glayer.hide();
+    incsearch.input.focus();
 
     incsearch.reset();
   },