parent
d3422f8cf7
commit
138aeeabb9
|
@ -177,7 +177,7 @@ $GODOT_HEAD_INCLUDE
|
||||||
});
|
});
|
||||||
animationCallbacks = animationCallbacks.filter(function(value) {
|
animationCallbacks = animationCallbacks.filter(function(value) {
|
||||||
return (value != animateStatusIndeterminate);
|
return (value != animateStatusIndeterminate);
|
||||||
}
|
});
|
||||||
switch (mode) {
|
switch (mode) {
|
||||||
case 'progress':
|
case 'progress':
|
||||||
statusProgress.style.display = 'block';
|
statusProgress.style.display = 'block';
|
||||||
|
|
Loading…
Reference in New Issue