Skip to content

Commit 0091ec1

Browse files
committed
red area of upload button is now also on create page clickable [fixes
#123]
1 parent 5335c74 commit 0091ec1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/webapp/res/js/models.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1537,6 +1537,7 @@ var CreateView = Backbone.View.extend({
15371537
"dragover .dropbox": "dropboxOver",
15381538
"drop .dropbox": "dropboxDrop",
15391539
"click .dropbox a": "dropboxClick",
1540+
"click .dropbox .center-button": "dropboxClick",
15401541
"change .dropbox input": "dropboxManual",
15411542
"click a.test": "addMsg",
15421543
"click a.test2": "rmvMsg"

0 commit comments

Comments
 (0)