X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/40fc1b5c157cea8cedea29ba152c0a42e54a3698..64bfffdeef8d0e47a668041b97bfe59ed7efe6f9:/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($()).()