mirror of
https://github.com/thebaer/MMRA
synced 2024-11-13 10:11:01 +00:00
parent
8703f6ccb9
commit
524dde591b
@ -31,10 +31,7 @@ var makeReadable = function() {
|
||||
};
|
||||
|
||||
var hideHighlightMenu = function() {
|
||||
var bar = document.querySelector('.highlightMenu');
|
||||
if (bar) {
|
||||
bar.style.display = 'none';
|
||||
}
|
||||
document.head.insertAdjacentHTML('beforeend', '<style type="text/css">.highlightMenu { display: none; }</style>');
|
||||
};
|
||||
|
||||
var hideDickbar = function() {
|
||||
|
Loading…
Reference in New Issue
Block a user