mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-15 10:16:12 +01:00
added tpl to ajaxify.content-loaded
This commit is contained in:
@@ -158,7 +158,7 @@ $(document).ready(function() {
|
||||
$(window).trigger('action:ajaxify.end', {url: url});
|
||||
});
|
||||
|
||||
$(window).trigger('action:ajaxify.contentLoaded', {url: url});
|
||||
$(window).trigger('action:ajaxify.contentLoaded', {url: url, tpl: tpl_url});
|
||||
|
||||
app.processPage();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user