This commit is contained in:
barisusakli
2016-08-25 21:56:13 +03:00
parent aa45db53f9
commit f7540a7edc
5 changed files with 16 additions and 7 deletions

View File

@@ -375,7 +375,8 @@ $(document).ready(function() {
app.load();
$('[data-template]').each(function() {
templates.cache[$(this).attr('data-template')] = $(this).html();
templates.cache[$(this).attr('data-template')] = $('<div/>').html($(this).html()).text();
$(this).parent().remove();
});
});