Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Tatuya Kamada
gitlab-ce
Commits
b4676c33
Commit
b4676c33
authored
Jun 28, 2016
by
Luke "Jared" Bennett
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
_Hacked_ in a better error message
Changed message to 'attaching the file failed' for all attachment errors
parent
1c2e7af6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
app/assets/javascripts/dropzone_input.js.coffee
app/assets/javascripts/dropzone_input.js.coffee
+2
-2
No files found.
app/assets/javascripts/dropzone_input.js.coffee
View file @
b4676c33
...
...
@@ -70,12 +70,12 @@ class @DropzoneInput
pasteText
response
.
link
.
markdown
return
error
:
(
temp
,
errorMessage
)
->
error
:
(
temp
)
->
errorAlert
=
$
(
form
).
find
(
'.error-alert'
)
checkIfMsgExists
=
errorAlert
.
children
().
length
if
checkIfMsgExists
is
0
errorAlert
.
append
divAlert
$
(
".div-dropzone-alert"
).
append
btnAlert
+
errorMessage
$
(
".div-dropzone-alert"
).
append
"
#{
btnAlert
}
Attaching the file failed."
return
totaluploadprogress
:
(
totalUploadProgress
)
->
...
...
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