From f45c85f95c4ee9aba89447f2461875ae9b3cbb97 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 5 Feb 2009 12:20:34 +0300 Subject: update_offline_data: remove notifications --- offline.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'offline.js') diff --git a/offline.js b/offline.js index f50644b7a..4a0bedf50 100644 --- a/offline.js +++ b/offline.js @@ -601,7 +601,7 @@ function offline_download_parse(stage, transport) { } } - notify(''); +// notify(''); } } catch (e) { @@ -617,7 +617,7 @@ function update_offline_data(stage) { debug("update_offline_data: stage " + stage); - notify_progress("Updating offline data... (" + stage +")", true); +// notify_progress("Updating offline data... (" + stage +")", true); var query = "backend.php?op=rpc&subop=download&stage=" + stage; -- cgit v1.2.3