mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-17 19:21:04 +01:00
closes #4113
This commit is contained in:
@@ -161,7 +161,7 @@ $(document).ready(function() {
|
|||||||
ajaxify.end = function(url, tpl_url) {
|
ajaxify.end = function(url, tpl_url) {
|
||||||
function done() {
|
function done() {
|
||||||
if (--count === 0) {
|
if (--count === 0) {
|
||||||
$(window).trigger('action:ajaxify.end', {url: url});
|
$(window).trigger('action:ajaxify.end', {url: url, tpl_url: tpl_url, title: ajaxify.data.title});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
var count = 2;
|
var count = 2;
|
||||||
|
|||||||
Reference in New Issue
Block a user