Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
kisahklasik authored Aug 4, 2024
1 parent 67e4f99 commit 4d12e80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ <h1>Example Twibbon</h1>
if (window.history && window.history.pushState) {
window.history.pushState('forward', null, './#forward');
$(window).on('popstate', function() {
alert('Do you want to save the changes?');
alert('Keluar dari situs?');
});
}
});
Expand Down

0 comments on commit 4d12e80

Please sign in to comment.