We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c9631bf + f725d08 commit 22b3533Copy full SHA for 22b3533
src/assets/editors/filefly.js
@@ -95,7 +95,6 @@ JSONEditor.defaults.editors.filefly = JSONEditor.AbstractEditor.extend({
95
return '<div class="" style="height: 70px">' +
96
'<img class="pull-left img-responsive" alt="filefly image" style="max-width: 100px; max-height: 70px" src="' + self.path + '?action=stream&path=' + (item.path) + '" />' +
97
'<span class="">' + escape(item.path) + '</span><br/>' +
98
- '<span class="">' + 'banana' + '</span><br/>' +
99
'</div>';
100
},
101
option: function (item, escape) {
0 commit comments