Disable context menu
This commit is contained in:
parent
2bc21159db
commit
51fcdf9f94
|
@ -8,6 +8,11 @@
|
||||||
window.MathJax = {
|
window.MathJax = {
|
||||||
tex: {
|
tex: {
|
||||||
inlineMath: [['$', '$'], ['\\(', '\\)']]
|
inlineMath: [['$', '$'], ['\\(', '\\)']]
|
||||||
|
},
|
||||||
|
options: {
|
||||||
|
enableMenu: false,
|
||||||
|
enableEnrichment: false,
|
||||||
|
makeCollapsible: false
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Reference in New Issue