Skip to content
Snippets Groups Projects
Commit f31379ee authored by Jonas Leder's avatar Jonas Leder
Browse files

bugfix on "grabbing files"

parent c5f3de58
No related branches found
No related tags found
No related merge requests found
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
{ {
action: 'type', action: 'type',
strings: ["Accessing files.."], strings: ["Accessing files.."],
output: 'grabbing files..<br><br>', output: '<span class="gray">grabbing files.. </span><br>&nbsp;',
postDelay: 1000 postDelay: 1000
}, },
{ {
......
...@@ -36,7 +36,7 @@ function getError500() ...@@ -36,7 +36,7 @@ function getError500()
{ {
action: 'type', action: 'type',
strings: ["Accessing restricted files.."], strings: ["Accessing restricted files.."],
output: 'grabbing files..<br><br>', output: '<span class="gray">grabbing files.. </span><br>&nbsp;',
postDelay: 1000 postDelay: 1000
}, },
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment