Merge pull request #20297 from edx/dsheraz/prod-167
remove mathjax autocollapse feature
This commit is contained in:
@@ -56,7 +56,10 @@
|
|||||||
// When upgrading to 2.6, check if this variable name changed.
|
// When upgrading to 2.6, check if this variable name changed.
|
||||||
window.MathJax = {
|
window.MathJax = {
|
||||||
menuSettings: {
|
menuSettings: {
|
||||||
CHTMLpreview: false
|
CHTMLpreview: false,
|
||||||
|
collapsible: true,
|
||||||
|
autocollapse: false,
|
||||||
|
explorer: true
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -46,7 +46,7 @@ if (typeof MathJax === 'undefined') {
|
|||||||
window.MathJax = {
|
window.MathJax = {
|
||||||
menuSettings: {
|
menuSettings: {
|
||||||
collapsible: true,
|
collapsible: true,
|
||||||
autocollapse: true,
|
autocollapse: false,
|
||||||
explorer: true
|
explorer: true
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -80,7 +80,7 @@
|
|||||||
window.MathJax = {
|
window.MathJax = {
|
||||||
menuSettings: {
|
menuSettings: {
|
||||||
collapsible: true,
|
collapsible: true,
|
||||||
autocollapse: true,
|
autocollapse: false,
|
||||||
explorer: true
|
explorer: true
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user