Remove some unused code for ordering worksheets
This commit is contained in:
parent
6ef5677dc5
commit
5e879a2d92
3 changed files with 1 additions and 65 deletions
|
@ -11,7 +11,7 @@
|
|||
$(function() {
|
||||
% if master.has_worksheet:
|
||||
$('.load-worksheet').click(function() {
|
||||
$(this).button('disable').button('option', 'label', "Working, please wait...");
|
||||
disable_button(this);
|
||||
location.href = '${url('{}.worksheet'.format(route_prefix), uuid=batch.uuid)}';
|
||||
});
|
||||
% endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue