Skip to content
Snippets Groups Projects
Verified Commit 4c42b9b0 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

FIX fileupload.js error message

parent 9e62970f
No related branches found
No related tags found
2 merge requests!37prepare release v0.3.1,!6Tmp code
Pipeline #5856 passed
...@@ -123,7 +123,7 @@ var fileupload = new function() { ...@@ -123,7 +123,7 @@ var fileupload = new function() {
role="alert"> role="alert">
<button type="button" class="close" data-dismiss="alert" <button type="button" class="close" data-dismiss="alert"
aria-label="Close"><span aria-hidden="true">&times;</span></button> aria-label="Close"><span aria-hidden="true">&times;</span></button>
<strong>Success!</strong> You are not logged in!.</div>`); <strong>Error!</strong> You are not logged in!.</div>`);
} else { } else {
globalError(event, error, xhr); globalError(event, error, xhr);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment