Fix minor bugs and improve some model fields
This commit is contained in:
parent
f98549e92d
commit
a42bae51f7
7 changed files with 56 additions and 14 deletions
|
@ -538,6 +538,9 @@ function navigateTo(url, reload_container, force_new_page=false) {
|
|||
|
||||
$(document).prop('title', $(data).filter('title').text());
|
||||
renderKatex($(reload_container)[0]);
|
||||
if ('DjangoPagedown' in window) {
|
||||
DjangoPagedown.init();
|
||||
}
|
||||
onWindowReady();
|
||||
registerNavList();
|
||||
$('.xdsoft_datetimepicker').hide();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue