summaryrefslogtreecommitdiff
path: root/misc/ajax.js
diff options
context:
space:
mode:
Diffstat (limited to 'misc/ajax.js')
-rw-r--r--misc/ajax.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/ajax.js b/misc/ajax.js
index 1d6c8295d..339d167eb 100644
--- a/misc/ajax.js
+++ b/misc/ajax.js
@@ -93,7 +93,7 @@ Drupal.ajax = function (base, element, element_settings) {
selector: '#' + base,
effect: 'none',
speed: 'slow',
- method: 'replace',
+ method: 'replaceWith',
progress: {
type: 'bar',
message: 'Please wait...'