forked from 0x2620/pandora
start loading screens
This commit is contained in:
parent
d74a264a6a
commit
778f935017
8 changed files with 11 additions and 11 deletions
|
|
@ -81,7 +81,7 @@ pandora.ui.importAnnotations = function(data) {
|
|||
if (result.data.taskId) {
|
||||
$status.html('').append(Ox.LoadingScreen({
|
||||
text: Ox._('Importing {0} annotations...', [srt.length])
|
||||
}));
|
||||
}).start());
|
||||
pandora.wait(result.data.taskId, function(result) {
|
||||
if (result.data.status == 'SUCCESS') {
|
||||
setStatus(Ox._('{0} annotations imported.', [annotations.length]));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue