WIP
This commit is contained in:
parent
121d5e7c5e
commit
58357552f8
@ -182,7 +182,7 @@ function onDictionaryImport() {
|
|||||||
const dictError = $('#dict-error');
|
const dictError = $('#dict-error');
|
||||||
dictError.hide();
|
dictError.hide();
|
||||||
|
|
||||||
const dictProgress = $('#dict-import-progress');
|
const dictProgress = $('.dict-import-progress');
|
||||||
dictProgress.show();
|
dictProgress.show();
|
||||||
|
|
||||||
const dictSpinner = $('#dict-spinner');
|
const dictSpinner = $('#dict-spinner');
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
<link rel="stylesheet" type="text/css" href="../lib/bootstrap-3.3.6-dist/css/bootstrap-theme.min.css">
|
<link rel="stylesheet" type="text/css" href="../lib/bootstrap-3.3.6-dist/css/bootstrap-theme.min.css">
|
||||||
<style>
|
<style>
|
||||||
#anki-spinner, #anki-general, #anki-error,
|
#anki-spinner, #anki-general, #anki-error,
|
||||||
#dict-spinner, #dict-import-progress, .dict-delete-progress,
|
#dict-spinner, .dict-import-progress, .dict-delete-progress,
|
||||||
#options-advanced {
|
#options-advanced {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
@ -75,7 +75,8 @@
|
|||||||
<span></span>
|
<span></span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="progress" id="dict-import-progress">
|
<div class="dict-import-progress">Dictionary data is being imported, please be patient...</div>
|
||||||
|
<div class="progress dict-import-progress">
|
||||||
<div class="progress-bar progress-bar-striped" style="width: 0%"></div>
|
<div class="progress-bar progress-bar-striped" style="width: 0%"></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user