Merge branch 'master' into ui

This commit is contained in:
Danny Coates 2017-06-21 14:04:12 -07:00 committed by GitHub
commit be3df22757
9 changed files with 55 additions and 6 deletions

View file

@ -1,4 +1,5 @@
const FileReceiver = require('./fileReceiver');
const { notify } = require('./utils');
const $ = require('jquery');
$(document).ready(function() {
@ -27,6 +28,7 @@ $(document).ready(function() {
$('.send-new').show();
$btn.text('Download complete!');
$btn.attr('disabled', 'true');
notify('Your download has finished.');
}
});