Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
Remove unused lines
Browse files Browse the repository at this point in the history
  • Loading branch information
aguilerapy committed Aug 4, 2020
1 parent 6469c83 commit 70291be
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions default/static/js/uploader.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ var app = {};
$('#upload-button').attr('disabled', true);
}

function disableGoButton() {
$('#go-button').attr('disabled', true);
}

function disableAddFiles() {
$('.fileinput-button').attr('disabled', true);
$('.fileinput-button input:file').attr('disabled', true);
Expand Down
1 change: 0 additions & 1 deletion default/templates/default/to-json.html
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@
.done(function(data){
$('.response-success .download-json').attr('href', data.url);
$('.response-success .file-size-json').html(utils.readableFileSize(data.size));
$('.response-success .send-button').attr('data-url', data.url + '?destination=function');
$('.response-success').removeClass('hidden');
})
.fail(function(){
Expand Down

0 comments on commit 70291be

Please sign in to comment.