Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Removes lost single quote
Signed-off-by: Michael Weimann <[email protected]>
  • Loading branch information
weeman1337 authored and Backportbot committed Jan 4, 2019
commit ac28decd8c328e42cd52fbe391a333535b7de98f
2 changes: 1 addition & 1 deletion apps/files_sharing/js/templates.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ templates['files_drop'] = template({"1":function(container,depth0,helpers,partia
+ alias4(((helper = (helper = helpers.name || (depth0 != null ? depth0.name : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"name","hash":{},"data":data}) : helper)))
+ "\" data-name=\""
+ alias4(((helper = (helper = helpers.name || (depth0 != null ? depth0.name : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"name","hash":{},"data":data}) : helper)))
+ "\">\n '"
+ "\">\n"
+ ((stack1 = helpers["if"].call(alias1,(depth0 != null ? depth0.isUploading : depth0),{"name":"if","hash":{},"fn":container.program(1, data, 0),"inverse":container.program(3, data, 0),"data":data})) != null ? stack1 : "")
+ "</li>\n";
},"useData":true});
Expand Down
2 changes: 1 addition & 1 deletion apps/files_sharing/js/templates/files_drop.handlebars
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<li data-toggle="tooltip" title="{{name}}" data-name="{{name}}">
'{{#if isUploading}}
{{#if isUploading}}
<span class="icon-loading-small"></span> {{name}}
{{else}}
<img src="{{iconSrc}}"/> {{name}}
Expand Down