X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/40fc1b5c157cea8cedea29ba152c0a42e54a3698..7cd6d451d97d1f1e7f3c0f9db2de03735dc8c8f0:/SL/ClientJS.pm diff --git a/SL/ClientJS.pm b/SL/ClientJS.pm index 7f8bee011..6ef639d74 100644 --- a/SL/ClientJS.pm +++ b/SL/ClientJS.pm @@ -80,7 +80,7 @@ my %supported_methods = ( 'dialog:close' => 1, # ## jQuery Form plugin ## - 'ajaxForm' => 1, # pattern: $().ajaxForm({ success: eval_json_result }) + 'ajaxForm' => 1, # $().ajaxForm({ success: eval_json_result }) # ## jstree plugin ## pattern: $.jstree._reference($()).()