can remove this line as well

v1.18.x
psychobunny 10 years ago
parent 5d7ce0011a
commit bc056f0724

@ -130,7 +130,6 @@ $(document).ready(function() {
}
function renderTemplate(url, tpl_url, data, startTime, callback) {
var animationDuration = parseFloat($('#content').css('transition-duration')) || 0.2;
$(window).trigger('action:ajaxify.loadingTemplates', {});
templates.parse(tpl_url, data, function(template) {

Loading…
Cancel
Save