Skip to content

Commit

Permalink
One more location where keyup should be replaced
Browse files Browse the repository at this point in the history
  • Loading branch information
dannon committed Sep 23, 2015
1 parent 76a683e commit 2ee3416
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Expand Up @@ -116,7 +116,7 @@ return Backbone.View.extend({
//

// handle text editing event
this.$('#text-content').on('keyup', function(e) {
this.$('#text-content').on('change input', function(e) {
self.model.set('url_paste', $(e.target).val());
self.model.set('file_size', $(e.target).val().length);
self._refreshReady();
Expand Down
2 changes: 1 addition & 1 deletion static/maps/mvc/upload/composite/composite-row.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2ee3416

Please sign in to comment.