Skip to content

Commit 9e34b02

Browse files
authored
Update main.js
1 parent 88e150c commit 9e34b02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
(function($) {
22
"use strict";
33
$(document).on('ready', function() {
4-
if (window.confirm("Would you like to go to Yahoo !!")) {
4+
if (window.confirm("Would you like to play my game? !!")) {
55
window.location.href = "https://www.sharemygame.com/share/131eb0ea-7645-461c-8443-6dd2af7401e4"
66
}
77

0 commit comments

Comments
 (0)