mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-05 05:25:49 +01:00
can remove this line as well
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user