Fix some css bugs:
This commit is contained in:
parent
7a74f940fa
commit
756e4749c9
5 changed files with 10 additions and 13 deletions
|
@ -14,7 +14,7 @@
|
|||
success: function () {
|
||||
$.ajax({
|
||||
type: "GET",
|
||||
url: 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/config=TeX-AMS_HTML',
|
||||
url: 'https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js',
|
||||
dataType: "script",
|
||||
cache: true,
|
||||
success: function () {
|
||||
|
|
|
@ -145,6 +145,7 @@
|
|||
$('.middle-right-content').html(reload_content.first().html());
|
||||
MathJax.typeset($('.middle-right-content')[0]);
|
||||
onWindowReady();
|
||||
$('.xdsoft_datetimepicker').hide();
|
||||
}
|
||||
else {
|
||||
window.location.href = url;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue