|
|
@ -1,14 +1,18 @@ |
|
|
|
|
|
|
|
jQuery(window).on("load", function() { |
|
|
|
jQuery( window ).on( "load", function() { |
|
|
|
jQuery(".mirador31").css({ |
|
|
|
console.log( "window loaded" ); |
|
|
|
"display": "none", |
|
|
|
jQuery(".mirador31").css({"display": "none", "transform": "translateX(0px)", "visibility": "hidden"}); |
|
|
|
"transform": "translateX(0px)", |
|
|
|
jQuery("button.mirador34").attr({"aria-expanded": "false", "aria-label": "Expand sidebar", "title": "Expand sidebar"}); |
|
|
|
"visibility": "hidden" |
|
|
|
jQuery("button.MuiButtonBase-root.MuiTab-root.mirador26 svg").css({"font-size": "2.7em", "margin-top": "21px"}); |
|
|
|
}); |
|
|
|
|
|
|
|
jQuery("button.mirador34").attr({ |
|
|
|
jQuery(".mirador34").click(); |
|
|
|
"aria-expanded": "false", |
|
|
|
|
|
|
|
"aria-label": "Expand sidebar", |
|
|
|
//jQuery(".mirador104").click();
|
|
|
|
"title": "Expand sidebar" |
|
|
|
// jQuery('.mirador104 button.MuiButtonBase-root.MuiIconButton-root').trigger('click');
|
|
|
|
}); |
|
|
|
|
|
|
|
jQuery("button.MuiButtonBase-root.MuiTab-root.mirador26 svg").css({ |
|
|
|
|
|
|
|
"font-size": "2.7em", |
|
|
|
|
|
|
|
"margin-top": "21px" |
|
|
|
|
|
|
|
}); |
|
|
|
|
|
|
|
jQuery(".mirador34").click(); |
|
|
|
|
|
|
|
console.log("window loaded, mirador-mods applied"); |
|
|
|
}); |
|
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|