Skip to content

Commit 25dc12b

Browse files
authored
Merge pull request #59 from autifyhq/hiroki/use-autify-back
Update window.history.back() to autify.back()
2 parents 7854658 + 8c59d6b commit 25dc12b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/en/snippets/others/back_forward_reload.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Simulate back, forward, reload on a browser.
88

99
```js
1010
/* Back */
11-
window.history.back();
11+
autify.back();
1212

1313
/* Forward */
1414
window.history.forward();

content/ja/snippets/others/back_forward_reload.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ie_support: true
88

99
```js
1010
/* 戻る */
11-
window.history.back();
11+
autify.back();
1212

1313
/* 進む */
1414
window.history.forward();

0 commit comments

Comments
 (0)