MediaWiki:Common.js:修订间差异

跳到导航 跳到搜索
添加1字节 、​ 2022年5月4日 (星期三)
无编辑摘要
无编辑摘要
无编辑摘要
第108行: 第108行:
     });
     });
});
});
  //////切换显示系列所需的js///////
  //////切换显示系列所需的js///////
window.RLQ = window.RLQ || [];
window.RLQ = window.RLQ || [];
第116行: 第118行:
         while (result === "" || $(`#${result}, [name="${result}"]`).length > 0) {
         while (result === "" || $(`#${result}, [name="${result}"]`).length > 0) {
             result = ([1e7] + -1e3 + -4e3 + -8e3 + -1e11).replace(/[018]/g, c =>
             result = ([1e7] + -1e3 + -4e3 + -8e3 + -1e11).replace(/[018]/g, c =>
                 (c ^ crypto.getRandomValues(new Uint8Array(1))[0] & 15 >> c / 4).toString(16),
                 (c ^ crypto.getRandomValues(new Uint8Array(1))[0] & 15 >> c / 4).toString(16)
             );
             );
         }
         }

导航菜单