Skip to content
This repository was archived by the owner on Nov 1, 2020. It is now read-only.

Commit 1f056d1

Browse files
Merge pull request #495 from pulcov/master
Typo fix
2 parents 7092e84 + 17284a5 commit 1f056d1

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

js/templates.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ templates['galleryalbum'] = template({"compiler":[7,">= 4.0.0"],"main":function(
5454
+ 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)))
5555
+ "px; height: "
5656
+ 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)))
57-
+ "px;\" 'data-width=\""
57+
+ "px;\" data-width=\""
5858
+ 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)))
5959
+ "\" data-height=\""
6060
+ 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)))
@@ -110,4 +110,4 @@ templates['newfilemenu'] = template({"1":function(container,depth0,helpers,parti
110110
+ ((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 : "")
111111
+ "</ul>\n";
112112
},"useData":true});
113-
})();
113+
})();

js/templates/galleryalbum.handlebars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<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}}">
1+
<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}}">
22
<div class="album-loader loading"></div>
33
<span class="album-label">
44
<span class="title">{{label}}</span>

0 commit comments

Comments
 (0)