summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2005-12-16 13:21:24 +0000
committerDries Buytaert <dries@buytaert.net>2005-12-16 13:21:24 +0000
commit5c29f5cc9a245ffdf22d1f7846aa709af029fcb4 (patch)
treeb16fe360f1c09c927bdf0797687694bae346ab6f /misc
parent4ea44fe7836c0e54dc7af5f76091a3e735e9fd4f (diff)
downloadbrdo-5c29f5cc9a245ffdf22d1f7846aa709af029fcb4.tar.gz
brdo-5c29f5cc9a245ffdf22d1f7846aa709af029fcb4.tar.bz2
- Patch #40677 by Thox: make the upgrade path work in Opera.
Diffstat (limited to 'misc')
-rw-r--r--misc/update.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/update.js b/misc/update.js
index e4358d269..1b79a74e5 100644
--- a/misc/update.js
+++ b/misc/update.js
@@ -11,7 +11,7 @@ if (isJsEnabled()) {
}
}
- this.progress = new progressBar('updateprogress', updateCallback, HTTPPost);
+ this.progress = new progressBar('updateprogress', updateCallback, HTTPGet);
this.progress.setProgress(-1, 'Starting updates...');
$('progress').appendChild(this.progress.element);
this.progress.startMonitoring('update.php?op=do_update', 0);