Add support for cloning an upgrade record

until this is all ironed out, seems like it will often be helpful
This commit is contained in:
Lance Edgar 2017-08-08 21:26:06 -05:00
parent 77880abb87
commit d7f5211fc4
6 changed files with 81 additions and 17 deletions

View file

@ -174,6 +174,9 @@ $(function() {
$('button, a.button').button();
$('input[type=submit]').button();
$('input[type=reset]').button();
$('a.button.autodisable').click(function() {
disable_button(this);
});
$('input[type="submit"].autodisable').click(function() {
disable_button(this);
});