TheDesk Miho (ver.9)

This commit is contained in:
cutls
2018-02-10 00:43:15 +09:00
parent fb546e23f3
commit eec72767c6
12 changed files with 43 additions and 13 deletions

View File

@@ -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");
}
}
}

View File

@@ -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) {