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
itminedu
okeanos-LoD
Commits
55b807a9
Commit
55b807a9
authored
Mar 17, 2016
by
Ioannis Tsafaras
Browse files
Correct typo on application upload
parent
0a725db2
Changes
1
Hide whitespace changes
Inline
Side-by-side
webapp/frontend/app/controllers/lambda-apps/upload.js
View file @
55b807a9
...
...
@@ -107,7 +107,7 @@ var UploadController = Ember.Controller.extend({
},
error
:
function
()
{
progress
.
className
=
"
progress-bar progress-bar-danger
"
;
progress
.
innerHTML
=
'
Your request to
application
the file has been rejected. Please try again later.
'
;
progress
.
innerHTML
=
'
Your request to
upload
the file has been rejected. Please try again later.
'
;
progress_text
.
innerHTML
=
''
;
}
});
...
...
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