Skip to content

Commit

Permalink
Fixed Uncaught TypeError MultipleFiles (#1416)
Browse files Browse the repository at this point in the history
* Removed static Text from settings page, replaced with language identifiers

* removed "east germany", since 1989 germany is one country ;)

* removed static text from filter widget

* Fixed Uncaught TypeError MultipleFiles

because Element has no data Attributes, changed to get parent data attributes

* Fixed Uncaught TypeError MultipleFiles

changed edit-item event
  • Loading branch information
WorksDev authored and wellingguzman committed Apr 24, 2017
1 parent 95b8de5 commit d180aa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/core/interfaces/multiple_files.js
Expand Up @@ -30,7 +30,7 @@ define([
events: {
'click .js-button': 'onClickButton',
'click .js-remove': 'removeItem',
'click .js-image': 'editItem'
'click .js-file': 'editItem'
},

onClickButton: function (event) {
Expand Down

0 comments on commit d180aa2

Please sign in to comment.