feat: update meta tags on ajaxify (#7580), fixes #7544

* 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:
Julian Lam
2019-05-16 09:41:56 -04:00
committed by GitHub
parent f6ce0e655d
commit a41769e61c
4 changed files with 77 additions and 3 deletions

View File

@@ -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();
});
});
}