bugfix on "grabbing files"
This commit is contained in:
parent
c5f3de58d6
commit
f31379ee8a
2 changed files with 2 additions and 2 deletions
2
404.html
2
404.html
|
@ -32,7 +32,7 @@
|
|||
{
|
||||
action: 'type',
|
||||
strings: ["Accessing files.."],
|
||||
output: 'grabbing files..<br><br>',
|
||||
output: '<span class="gray">grabbing files.. </span><br> ',
|
||||
postDelay: 1000
|
||||
},
|
||||
{
|
||||
|
|
|
@ -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> ',
|
||||
postDelay: 1000
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue