Bug 35068: (follow-up) Always disable buttons after action
Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: Kelly <kelly@bywatersolutions.com> Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net> Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
33b8a9dbed
commit
a0f1e3029d
1 changed files with 2 additions and 3 deletions
|
@ -154,7 +154,7 @@ $(document).ready(function() {
|
|||
if ( refresh_table ) {
|
||||
RefreshIssuesTable();
|
||||
}
|
||||
|
||||
$('#RenewChecked, #CheckinChecked').prop('disabled' , true );
|
||||
// Prevent form submit
|
||||
return false;
|
||||
});
|
||||
|
@ -249,7 +249,7 @@ $(document).ready(function() {
|
|||
if ( refresh_table ) {
|
||||
RefreshIssuesTable();
|
||||
}
|
||||
|
||||
$('#RenewChecked, #CheckinChecked').prop('disabled' , true );
|
||||
// Prevent form submit
|
||||
return false;
|
||||
});
|
||||
|
@ -304,7 +304,6 @@ $(document).ready(function() {
|
|||
$('#issues-table-loading-message').hide();
|
||||
$('#issues-table').show();
|
||||
$('#issues-table-actions').show();
|
||||
|
||||
var msg_loading = __('Loading... you may continue scanning.');
|
||||
issuesTable = KohaTable("issues-table", {
|
||||
"oLanguage": {
|
||||
|
|
Loading…
Reference in a new issue