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:
parent
77880abb87
commit
d7f5211fc4
6 changed files with 81 additions and 17 deletions
|
@ -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);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue