git.schokokeks.org
Repositories
Help
Report an Issue
webinterface.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
d3f65e0
Branches
Tags
master
ticket
webinterface.git
modules
invoice
more_storage.js
Zwischenversion
Bernd Wurst
commited
d3f65e0
at 2017-02-18 18:02:07
more_storage.js
Blame
History
Raw
$(function() { $(".buttonset input[type=submit]").remove(); $(".buttonset").buttonset(); $(".buttonset input").click( function() { $(this).closest("form").submit(); }); });