Skip to content

Commit 88e150c

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

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

js/main.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
(function($) {
22
"use strict";
33
$(document).on('ready', function() {
4-
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+
59
jQuery(window).on('scroll', function() {
610
if ($(this).scrollTop() > 200) {
711
$('#header .header-inner').addClass("sticky");

0 commit comments

Comments
 (0)