diff options
author | Michael Weimann <mail@michael-weimann.eu> | 2018-12-29 14:07:57 +0100 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2019-01-04 11:28:11 +0100 |
commit | da9eadce6f1cf4a387da167d52cc475c4b1d72ca (patch) | |
tree | 031d659ed985768295b6ad5b36319e79c8825a0c /apps/files_sharing/js | |
parent | 86a9518b2cf0fae7a292c860580f9e65d902b7ea (diff) | |
download | nextcloud-server-da9eadce6f1cf4a387da167d52cc475c4b1d72ca.tar.gz nextcloud-server-da9eadce6f1cf4a387da167d52cc475c4b1d72ca.zip |
Add compiled template
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
Diffstat (limited to 'apps/files_sharing/js')
-rw-r--r-- | apps/files_sharing/js/templates.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/js/templates.js b/apps/files_sharing/js/templates.js index e9047b9a665..d10cade4920 100644 --- a/apps/files_sharing/js/templates.js +++ b/apps/files_sharing/js/templates.js @@ -3,7 +3,7 @@ templates['files_drop'] = template({"1":function(container,depth0,helpers,partials,data) { var helper; - return "\n <span class=\"icon-loading-small\"></span> " + return " <span class=\"icon-loading-small\"></span> " + container.escapeExpression(((helper = (helper = helpers.name || (depth0 != null ? depth0.name : depth0)) != null ? helper : helpers.helperMissing),(typeof helper === "function" ? helper.call(depth0 != null ? depth0 : (container.nullContext || {}),{"name":"name","hash":{},"data":data}) : helper))) + "\n"; },"3":function(container,depth0,helpers,partials,data) { |