Disable context menu
This commit is contained in:
parent
2bc21159db
commit
51fcdf9f94
|
@ -6,9 +6,14 @@
|
||||||
<link rel="stylesheet" href="${root}stylesheet.css"/>
|
<link rel="stylesheet" href="${root}stylesheet.css"/>
|
||||||
<script>
|
<script>
|
||||||
window.MathJax = {
|
window.MathJax = {
|
||||||
tex: {
|
tex: {
|
||||||
inlineMath: [['$', '$'], ['\\(', '\\)']]
|
inlineMath: [['$', '$'], ['\\(', '\\)']]
|
||||||
}
|
},
|
||||||
|
options: {
|
||||||
|
enableMenu: false,
|
||||||
|
enableEnrichment: false,
|
||||||
|
makeCollapsible: false
|
||||||
|
}
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
<script src="${root}mathjax/es5/tex-mml-chtml.js"></script>
|
<script src="${root}mathjax/es5/tex-mml-chtml.js"></script>
|
||||||
|
|
Loading…
Reference in New Issue