回答編集履歴

1

不要箇所の編集

2019/09/17 20:33

投稿

退会済みユーザー
test CHANGED
@@ -22,7 +22,7 @@
22
22
 
23
23
  var urlHash = location.hash;
24
24
 
25
- if (urlHash == "#sample") {
25
+ if (urlHash) {
26
26
 
27
27
  history.replaceState(null, null, location.pathname.split('/').pop());
28
28