Disable context menu

This commit is contained in:
Augusto Gunsch 2022-01-16 18:16:19 -03:00
parent 2bc21159db
commit 51fcdf9f94
No known key found for this signature in database
GPG Key ID: F7EEFE29825C72DC
1 changed files with 8 additions and 3 deletions

View File

@ -8,6 +8,11 @@
window.MathJax = {
tex: {
inlineMath: [['$', '$'], ['\\(', '\\)']]
},
options: {
enableMenu: false,
enableEnrichment: false,
makeCollapsible: false
}
};
</script>