Skip to content

Commit 432da73

Browse files
committed
recompiled
1 parent 45fd440 commit 432da73

File tree

3 files changed

+36
-40
lines changed

3 files changed

+36
-40
lines changed

hicbrowser/client/js/templates.js

Lines changed: 8 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

hicbrowser/static/js/App.js

Lines changed: 8 additions & 10 deletions
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))
@@ -248,31 +248,29 @@ this["Templates"]["browser"] = Handlebars.template({"1":function(container,depth
248248

249249
return "<div class=\"container-fixed\">\n <div class=\"row\">\n"
250250
+ ((stack1 = helpers.each.call(depth0 != null ? depth0 : {},(depth0 != null ? depth0.tracks : depth0),{"name":"each","hash":{},"fn":container.program(1, data, 0),"inverse":container.noop,"data":data})) != null ? stack1 : "")
251-
+ " </div>\n</div>";
251+
+ " </div>\n</div>\n";
252252
},"useData":true});
253253

254254
this["Templates"]["gene"] = Handlebars.template({"1":function(container,depth0,helpers,partials,data) {
255255
var helper, alias1=depth0 != null ? depth0 : {}, alias2=helpers.helperMissing, alias3="function", alias4=container.escapeExpression;
256256

257257
return " <h1 class=\"page-header\">\n "
258258
+ alias4(((helper = (helper = helpers.name || (depth0 != null ? depth0.name : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"name","hash":{},"data":data}) : helper)))
259-
+ "\n <small> \n chromosome "
259+
+ "\n <small>\n chromosome "
260260
+ alias4(((helper = (helper = helpers.chromosome || (depth0 != null ? depth0.chromosome : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"chromosome","hash":{},"data":data}) : helper)))
261261
+ " (start: "
262262
+ alias4(((helper = (helper = helpers.start || (depth0 != null ? depth0.start : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"start","hash":{},"data":data}) : helper)))
263263
+ ", end: "
264264
+ alias4(((helper = (helper = helpers.end || (depth0 != null ? depth0.end : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"end","hash":{},"data":data}) : helper)))
265265
+ ")\n </small>\n </h1>\n <div style=\"width: 900px;\" id=\""
266266
+ alias4(((helper = (helper = helpers.feature_viewer || (depth0 != null ? depth0.feature_viewer : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"feature_viewer","hash":{},"data":data}) : helper)))
267-
+ "\"></div>\n <a href=\"/#/browser/"
267+
+ "\"></div>\n\n <ul class=\"nav nav-pills\">\n <li class=\"active\">\n <a href=\"/#/browser/"
268268
+ alias4(((helper = (helper = helpers.chromosome || (depth0 != null ? depth0.chromosome : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"chromosome","hash":{},"data":data}) : helper)))
269269
+ ":"
270270
+ alias4(((helper = (helper = helpers.start || (depth0 != null ? depth0.start : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"start","hash":{},"data":data}) : helper)))
271271
+ "-"
272272
+ alias4(((helper = (helper = helpers.end || (depth0 != null ? depth0.end : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"end","hash":{},"data":data}) : helper)))
273-
+ "\">\n <img class=\"img-responsive\" src=\""
274-
+ alias4(((helper = (helper = helpers.img || (depth0 != null ? depth0.img : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"img","hash":{},"data":data}) : helper)))
275-
+ "\" alt=\"\" data-toggle=\"tooltip\" title=\"Click image to explore region in browser\">\n </a>\n";
273+
+ "\">Explore region in browser</a>\n </li>\n </ul>\n";
276274
},"3":function(container,depth0,helpers,partials,data) {
277275
var helper;
278276

@@ -282,11 +280,11 @@ this["Templates"]["gene"] = Handlebars.template({"1":function(container,depth0,h
282280
},"compiler":[7,">= 4.0.0"],"main":function(container,depth0,helpers,partials,data) {
283281
var stack1, alias1=depth0 != null ? depth0 : {};
284282

285-
return "<div class=\"col-lg-12\">\n \n"
283+
return "<div class=\"col-lg-12\">\n\n"
286284
+ ((stack1 = helpers["if"].call(alias1,(depth0 != null ? depth0.name : depth0),{"name":"if","hash":{},"fn":container.program(1, data, 0),"inverse":container.noop,"data":data})) != null ? stack1 : "")
287-
+ " \n"
285+
+ "\n"
288286
+ ((stack1 = helpers["if"].call(alias1,(depth0 != null ? depth0.error : depth0),{"name":"if","hash":{},"fn":container.program(3, data, 0),"inverse":container.noop,"data":data})) != null ? stack1 : "")
289-
+ " <hr>\n</div>";
287+
+ " <hr>\n</div>\n";
290288
},"useData":true});
291289

292290
this["Templates"]["index"] = Handlebars.template({"compiler":[7,">= 4.0.0"],"main":function(container,depth0,helpers,partials,data) {

0 commit comments

Comments
 (0)