質問編集履歴

2

インデント修正

2018/09/29 01:24

投稿

sphy
sphy

スコア21

test CHANGED
File without changes
test CHANGED
@@ -62,10 +62,10 @@
62
62
 
63
63
  document.getElementsByTagName("li")[$count].onclick = function(){
64
64
 
65
-
65
+   location.href = "index" + $count + ".html";
66
66
 
67
- location.href = "index" + $count + ".html";
67
+   }
68
68
 
69
- }}
69
+ }
70
70
 
71
71
  ```

1

脱字 .を追加

2018/09/29 01:24

投稿

sphy
sphy

スコア21

test CHANGED
File without changes
test CHANGED
@@ -64,7 +64,7 @@
64
64
 
65
65
 
66
66
 
67
- location.href = "index" + $count + "html";
67
+ location.href = "index" + $count + ".html";
68
68
 
69
69
  }}
70
70