回答編集履歴

1

修正

2017/04/11 14:34

投稿

s8_chu
s8_chu

スコア14731

test CHANGED
@@ -292,7 +292,7 @@
292
292
 
293
293
  document.area1.src = images[i];
294
294
 
295
- location.href = window.location.href + "#" + i;
295
+ location.href = location.href.split('#')[0] + "#" + i;
296
296
 
297
297
  }
298
298