Skip to content

Commit

Permalink
Add "Select" button for License Activation via License File
Browse files Browse the repository at this point in the history
  • Loading branch information
rednoah committed May 22, 2020
1 parent 6849250 commit 5f51a9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client-extjs/app/view/task/TaskController.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Ext.define('FileBot.view.task.TaskController', {
iconCls: 'select-btn'
},
listeners: {
change: function (evt) {
change: function(evt) {
var file = evt.fileInputEl.dom.files[0]
var reader = new FileReader()
reader.onload = function(evt) {
Expand Down

0 comments on commit 5f51a9d

Please sign in to comment.