Skip to content
This repository was archived by the owner on Nov 1, 2020. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
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
4 changes: 2 additions & 2 deletions js/templates.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ templates['galleryalbum'] = template({"compiler":[7,">= 4.0.0"],"main":function(
+ alias4(((helper = (helper = helpers.targetWidth || (depth0 != null ? depth0.targetWidth : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"targetWidth","hash":{},"data":data}) : helper)))
+ "px; height: "
+ alias4(((helper = (helper = helpers.targetHeight || (depth0 != null ? depth0.targetHeight : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"targetHeight","hash":{},"data":data}) : helper)))
+ "px;\" 'data-width=\""
+ "px;\" data-width=\""
+ alias4(((helper = (helper = helpers.targetWidth || (depth0 != null ? depth0.targetWidth : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"targetWidth","hash":{},"data":data}) : helper)))
+ "\" data-height=\""
+ alias4(((helper = (helper = helpers.targetHeight || (depth0 != null ? depth0.targetHeight : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"targetHeight","hash":{},"data":data}) : helper)))
Expand Down Expand Up @@ -110,4 +110,4 @@ templates['newfilemenu'] = template({"1":function(container,depth0,helpers,parti
+ ((stack1 = helpers.each.call(alias1,(depth0 != null ? depth0.items : depth0),{"name":"each","hash":{},"fn":container.program(1, data, 0),"inverse":container.noop,"data":data})) != null ? stack1 : "")
+ "</ul>\n";
},"useData":true});
})();
})();
2 changes: 1 addition & 1 deletion js/templates/galleryalbum.handlebars
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<a class="row-element" style="width: {{targetWidth}}px; height: {{targetHeight}}px;" 'data-width="{{targetWidth}}" data-height="{{targetHeight}}" href="{{targetPath}}" data-dir="{{dir}}" data-path="{{path}}" data-permissions="{{permissions}}" data-freespace="{{freeSpace}}">
<a class="row-element" style="width: {{targetWidth}}px; height: {{targetHeight}}px;" data-width="{{targetWidth}}" data-height="{{targetHeight}}" href="{{targetPath}}" data-dir="{{dir}}" data-path="{{path}}" data-permissions="{{permissions}}" data-freespace="{{freeSpace}}">
<div class="album-loader loading"></div>
<span class="album-label">
<span class="title">{{label}}</span>
Expand Down