This commit is contained in:
Jamie.Rees 2016-10-26 17:03:18 +01:00
commit 06089bc30e
2 changed files with 2 additions and 1 deletions

View file

@ -5,6 +5,7 @@
return !opts ? null : opts.inverse(this);
});
var searchSource = $("#search-template").html();
var albumSource = $("#album-template").html();
var searchTemplate = Handlebars.compile(searchSource);