Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
photos
Commits
af59d023
Commit
af59d023
authored
Aug 17, 2014
by
Tobias Reich
Browse files
Improved error message #203
parent
846b16c7
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
assets/js/upload.js
View file @
af59d023
...
...
@@ -126,7 +126,7 @@ upload = {
.
html
(
"
Error
"
)
.
addClass
(
"
error
"
);
$
(
"
.upload_message .rows .row:nth-child(
"
+
(
file
.
num
+
1
)
+
"
) p.notice
"
)
.
html
(
"
Server returned
the status code
"
+
xhr
.
status
)
.
html
(
"
Server returned
an unknown response. Please take a look at the console of your browser for further details.
"
)
.
show
();
// Set global error
...
...
assets/min/main.js
View file @
af59d023
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment