This commit is contained in:
Alex Yatskov 2016-11-08 20:40:32 -08:00
parent cd73d7cded
commit deb4ef52ba

View File

@ -195,6 +195,7 @@ function onDictionaryImport() {
}).then(() => { }).then(() => {
dictImport.prop('disabled', false); dictImport.prop('disabled', false);
dictUrl.val(''); dictUrl.val('');
dictUrl.trigger('input');
progressbar.hide(); progressbar.hide();
dictSpinner.hide(); dictSpinner.hide();
}); });