X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FClientJS.pm;h=6ef639d74e1255dc182f5a1e3b5ef21aee3c3fe4;hb=ee56f1b20ab915671ded297f593c0e2e245bad70;hp=91a12576bc5ec61f5485e75d0699ea5342760b77;hpb=aa8809a6fe7015f001643b74a5599aebdf6a2123;p=kivitendo-erp.git diff --git a/SL/ClientJS.pm b/SL/ClientJS.pm index 91a12576b..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($()).() @@ -116,7 +116,7 @@ my %supported_methods = ( flash => 2, # kivi.display_flash(, ) flash_detail => 2, # kivi.display_flash_detail(, ) - clear_flash => 2, # kivi.display_flash_detail(, ) + clear_flash => 2, # kivi.clear_flash(, ) reinit_widgets => 0, # kivi.reinit_widgets() run => -1, # kivi.run(, ) run_once_for => 3, # kivi.run_once_for(, )