Skip to content

Commit 22b3533

Browse files
authored
Merge pull request #7 from germanbisurgi/master
removed dummy code
2 parents c9631bf + f725d08 commit 22b3533

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/assets/editors/filefly.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ JSONEditor.defaults.editors.filefly = JSONEditor.AbstractEditor.extend({
9595
return '<div class="" style="height: 70px">' +
9696
'<img class="pull-left img-responsive" alt="filefly image" style="max-width: 100px; max-height: 70px" src="' + self.path + '?action=stream&path=' + (item.path) + '" />' +
9797
'<span class="">' + escape(item.path) + '</span><br/>' +
98-
'<span class="">' + 'banana' + '</span><br/>' +
9998
'</div>';
10099
},
101100
option: function (item, escape) {

0 commit comments

Comments
 (0)