回答編集履歴
1
不要箇所の編集
test
CHANGED
@@ -22,7 +22,7 @@
|
|
22
22
|
|
23
23
|
var urlHash = location.hash;
|
24
24
|
|
25
|
-
if (urlHash
|
25
|
+
if (urlHash) {
|
26
26
|
|
27
27
|
history.replaceState(null, null, location.pathname.split('/').pop());
|
28
28
|
|