Skip to content

Commit

Permalink
Removing the busy effect from the Download PDF button.
Browse files Browse the repository at this point in the history
  • Loading branch information
ikudriavtsev committed Nov 19, 2017
1 parent 04fbbc9 commit 38a460c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -213,11 +213,6 @@ <h4>About this site | <small>This site is created using <a href="http://flask.po
cssWarning: 'label-warning',
cssExceeded: 'label-danger'
});

// get PDF button
$('#get-pdf').click(function(e) {
$(this).button('loading');
});
});
</script>
</body>
Expand Down

0 comments on commit 38a460c

Please sign in to comment.