回答編集履歴
1
読み違えてリンクを出すのではなくリンクに飛ばす処理になっていたので修正しました
test
CHANGED
@@ -8,7 +8,7 @@
|
|
8
8
|
|
9
9
|
if(typeof setting.complete === 'function') setting.complete(setting.self);
|
10
10
|
|
11
|
-
|
11
|
+
document.getElementById("timerhp").innerHTML="<a href='https://google.com'>クリック</a>"; //ここで指定
|
12
12
|
|
13
13
|
}
|
14
14
|
|