bugfix.
authorBenoît Pin <benoit.pin@gmail.com>
Fri, 17 Oct 2014 17:56:21 +0000 (19:56 +0200)
committerBenoît Pin <benoit.pin@gmail.com>
Fri, 17 Oct 2014 17:56:21 +0000 (19:56 +0200)
skins/ajax_scripts/ajax_form_manager.js

index 8afd120..6f6748e 100644 (file)
@@ -142,7 +142,7 @@ FormManager.prototype._post = function(query) {
 FormManager.prototype._get = function(query) {
        var url = this.form.action;
        url += '?' + query;
-       AjaxLinkHandler.loadUrl(url);
+       AjaxLinkHandler.prototype.loadUrl(url);
 };