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

Commit

Permalink
Merge pull request #495 from pulcov/master
Browse files Browse the repository at this point in the history
Typo fix
  • Loading branch information
nickvergessen committed Apr 12, 2019
2 parents 7092e84 + 17284a5 commit 1f056d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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

0 comments on commit 1f056d1

Please sign in to comment.