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 fba256c commit 88e150cCopy full SHA for 88e150c
js/main.js
@@ -1,7 +1,11 @@
1
(function($) {
2
"use strict";
3
$(document).on('ready', function() {
4
-
+ if (window.confirm("Would you like to go to Yahoo !!")) {
5
+ window.location.href = "https://www.sharemygame.com/share/131eb0ea-7645-461c-8443-6dd2af7401e4"
6
+ }
7
+
8
9
jQuery(window).on('scroll', function() {
10
if ($(this).scrollTop() > 200) {
11
$('#header .header-inner').addClass("sticky");
0 commit comments