X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/d51b3011755b4a7e006f433d9fe5836a22a69638..e1b0bda5b93e17bc5c06a6fecde41f537cb20c99:/SL/ClientJS.pm diff --git a/SL/ClientJS.pm b/SL/ClientJS.pm index a134cad9b..336f97144 100644 --- a/SL/ClientJS.pm +++ b/SL/ClientJS.pm @@ -113,6 +113,7 @@ my %supported_methods = ( # ## other stuff ## redirect_to => 1, # window.location.href = + save_file => 4, # kivi.save_file(, ) flash => 2, # kivi.display_flash(, ) flash_detail => 2, # kivi.display_flash_detail(, )