Skip to content
Snippets Groups Projects
Commit 5c29f5cc authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #40677 by Thox: make the upgrade path work in Opera.

parent 4ea44fe7
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -11,7 +11,7 @@ if (isJsEnabled()) { ...@@ -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...'); this.progress.setProgress(-1, 'Starting updates...');
$('progress').appendChild(this.progress.element); $('progress').appendChild(this.progress.element);
this.progress.startMonitoring('update.php?op=do_update', 0); this.progress.startMonitoring('update.php?op=do_update', 0);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment