Remove some unused code for ordering worksheets

This commit is contained in:
Lance Edgar 2018-08-07 22:42:48 -05:00
parent 6ef5677dc5
commit 5e879a2d92
3 changed files with 1 additions and 65 deletions

View file

@ -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