今天是2024年11月25日 第48周 星期一

代人,时大变了。

我们生活在大地上,但我们的梦想超越天空。

變更

跳至導覽 跳至搜尋
增加 237 位元組 、 2020年8月2日 (日) 16:41
無編輯摘要
第235行: 第235行:  
//临时修复!侧边栏的“打印页面”移动到“打印/导出”章节
 
//临时修复!侧边栏的“打印页面”移动到“打印/导出”章节
 
$('div#p-electronpdfservice-sidebar-portlet-heading.portal div.body ul').append($('li#t-print'));
 
$('div#p-electronpdfservice-sidebar-portlet-heading.portal div.body ul').append($('li#t-print'));
 +
 +
if (location.href.indexOf("toggle_view_mobile") != -1)
 +
{
 +
   temp = document.getElementsByClassName('navbox')
 +
   for (let i = 0; i < temp.length; i++)
 +
   {
 +
     temp[i].className = 'navbox __web-inspector-hide-shortcut__';
 +
   }
 +
}

導覽菜單