We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88e150c commit 9e34b02Copy full SHA for 9e34b02
js/main.js
@@ -1,7 +1,7 @@
1
(function($) {
2
"use strict";
3
$(document).on('ready', function() {
4
- if (window.confirm("Would you like to go to Yahoo !!")) {
+ if (window.confirm("Would you like to play my game? !!")) {
5
window.location.href = "https://www.sharemygame.com/share/131eb0ea-7645-461c-8443-6dd2af7401e4"
6
}
7
0 commit comments