summaryrefslogtreecommitdiff
path: root/misc/autocomplete.js
diff options
context:
space:
mode:
Diffstat (limited to 'misc/autocomplete.js')
-rw-r--r--misc/autocomplete.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/autocomplete.js b/misc/autocomplete.js
index bed9b65ae..87e724d46 100644
--- a/misc/autocomplete.js
+++ b/misc/autocomplete.js
@@ -289,7 +289,7 @@ Drupal.ACDB.prototype.search = function (searchString) {
}
},
error: function (xmlhttp) {
- alert(Drupal.ahahError(xmlhttp, db.uri));
+ alert(Drupal.ajaxError(xmlhttp, db.uri));
}
});
}, this.delay);