mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-12-22 16:30:34 +01:00
* feat: wip -- refresh meta tags on ajaxify * feat: wrapped up meta tags update on ajaxify feature * fix: removed commented-out line * fix: removed another commented-out line
This commit is contained in:
@@ -196,7 +196,9 @@ $(document).ready(function () {
|
||||
|
||||
$('#content, #footer').removeClass('ajaxifying');
|
||||
|
||||
// Only executed on ajaxify. Otherwise these'd be in ajaxify.end()
|
||||
app.refreshTitle(data.title);
|
||||
app.updateTags();
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user