can remove this line as well

This commit is contained in:
psychobunny
2015-03-19 14:22:00 -04:00
parent 5d7ce0011a
commit bc056f0724

View File

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