TheDesk Miho (ver.9)
This commit is contained in:
@@ -31,7 +31,7 @@ $(function($) {
|
||||
if (event.ctrlKey) {
|
||||
if (e.keyCode === 82) {
|
||||
if(localStorage.getItem("kirishima")){
|
||||
window.open("https://desk.cutls.com/labo.php");
|
||||
window.open("https://thedesk.top/labo.php");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -1,7 +1,7 @@
|
||||
//バージョンチェッカー
|
||||
function verck(ver) {
|
||||
localStorage.setItem("ver", ver);
|
||||
var start = "https://desk.cutls.com/ver.json";
|
||||
var start = "https://dl.thedesk.top/ver.json";
|
||||
fetch(start, {
|
||||
method: 'GET'
|
||||
}).then(function(response) {
|
||||
|
Reference in New Issue
Block a user