Skip to content

Commit

Permalink
Merge pull request #7 from germanbisurgi/master
Browse files Browse the repository at this point in the history
removed dummy code
  • Loading branch information
schmunk42 authored Feb 27, 2019
2 parents c9631bf + f725d08 commit 22b3533
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/assets/editors/filefly.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ JSONEditor.defaults.editors.filefly = JSONEditor.AbstractEditor.extend({
return '<div class="" style="height: 70px">' +
'<img class="pull-left img-responsive" alt="filefly image" style="max-width: 100px; max-height: 70px" src="' + self.path + '?action=stream&path=' + (item.path) + '" />' +
'<span class="">' + escape(item.path) + '</span><br/>' +
'<span class="">' + 'banana' + '</span><br/>' +
'</div>';
},
option: function (item, escape) {
Expand Down

0 comments on commit 22b3533

Please sign in to comment.