only process embedded tpls

v1.18.x
barisusakli 9 years ago
parent bbec02ca39
commit 9c064d8fac

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

Loading…
Cancel
Save