Skip to content

Commit 3e48ba0

Browse files
committed
revert change in App.js that changed col-xs-12 back to col-xs-4
1 parent af18bca commit 3e48ba0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hicbrowser/static/js/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ this["Templates"] = this["Templates"] || {};
238238
this["Templates"]["browser"] = Handlebars.template({"1":function(container,depth0,helpers,partials,data) {
239239
var alias1=container.lambda, alias2=container.escapeExpression;
240240

241-
return " <div class=\"col-xs-4 img_wrapper\">\n <img class=\"lazy\" data-original=\""
241+
return " <div class=\"col-xs-12 img_wrapper\">\n <img class=\"lazy\" data-original=\""
242242
+ alias2(alias1(depth0, depth0))
243243
+ "\">\n <!--<img src=\""
244244
+ alias2(alias1(depth0, depth0))

0 commit comments

Comments
 (0)