mirror of
https://github.com/HIllya51/LunaTranslator.git
synced 2024-12-28 08:04:13 +08:00
docs
This commit is contained in:
parent
d10a19b3ef
commit
57fc8292da
@ -18,7 +18,7 @@
|
||||
<body>
|
||||
<div class="header">
|
||||
<div class="buttons">
|
||||
<div class="buttonitem buttonsize"><a class="goodlink buttonsize" target="_blank" href="javascript:;"
|
||||
<div class="buttonitem buttonsize"><a class="goodlink buttonsize" href="javascript:;"
|
||||
onclick="tohomeurl()" id="homepage">官方网站</a></div>
|
||||
<div class="buttonitem buttonsize">
|
||||
<div class="dropdown buttonsize">
|
||||
|
@ -165,5 +165,5 @@ window.onpopstate = function (event) {
|
||||
|
||||
function tohomeurl() {
|
||||
var hostname = window.location.hostname;
|
||||
window.open(window.location.protocol + '//' + hostname.substring(5));
|
||||
window.open(window.location.protocol + '//' + hostname.substring(5), '_blank');
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user