312
edits
No edit summary |
No edit summary |
||
Line 22: | Line 22: | ||
if( | if( | ||
window.location.href=="https://www.exagear.wiki/index.php?title=Main_Page(en)" || window.location.href=="https://www.exagear.wiki/index.php?title=Main_Page(ru)" | window.location.href=="https://www.exagear.wiki/index.php?title=Main_Page(en)" | ||
) | |||
{ | |||
if(/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)){ | |||
// true for mobile device | |||
var x = document.getElementById("page-actions"); | |||
x.style.display = "none"; | |||
} | |||
if( | |||
window.location.href=="https://www.exagear.wiki/index.php?title=Main_Page(ru)" | |||
) | ) | ||
{ | { |