bugfix on "grabbing files"

This commit is contained in:
Jonas Leder 2020-12-20 01:28:35 +01:00
parent c5f3de58d6
commit f31379ee8a
2 changed files with 2 additions and 2 deletions

View file

@ -32,7 +32,7 @@
{
action: 'type',
strings: ["Accessing files.."],
output: 'grabbing files..<br><br>',
output: '<span class="gray">grabbing files.. </span><br>&nbsp;',
postDelay: 1000
},
{

View file

@ -36,7 +36,7 @@ function getError500()
{
action: 'type',
strings: ["Accessing restricted files.."],
output: 'grabbing files..<br><br>',
output: '<span class="gray">grabbing files.. </span><br>&nbsp;',
postDelay: 1000
},
{