# HG changeset patch # User Yoshiki Yazawa # Date 1243047362 -32400 # Node ID 8f7e53bfe0e86e6276b4f343cf7505869a8f919d # Parent a56fc1ec8be5703933797985abd104518ea9f92f not to show silly alert diff -r a56fc1ec8be5 -r 8f7e53bfe0e8 chrome/content/loader.js --- 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(); },