From 7c0d8764524f9bb56acb10d0017eeb651b4a200a Mon Sep 17 00:00:00 2001 From: meadowstream Date: Sun, 27 Jul 2014 16:18:15 -0400 Subject: [PATCH] added cordova.js --- index.html | 1 + js/initialization.js | 4 +--- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 9d60e0e..ff77c95 100644 --- a/index.html +++ b/index.html @@ -33,6 +33,7 @@ +
Started by @teamsnowman at HackExeter
Finished by Garrett Finucane & Logan Engstrom on GitHub
diff --git a/js/initialization.js b/js/initialization.js index 3bd3ec3..7915543 100644 --- a/js/initialization.js +++ b/js/initialization.js @@ -4,15 +4,13 @@ $(document).ready(function(){ $('a').each(function(i,o){ $(o).on('click',function(e){ - debugger; - window.open(this.href, target='_system'); + window.open("http://www.google.com", '_system', 'location=no'); e.preventDefault(); return false; }); }); $('#ghl').on('click mousedown touchstart',function(e){ - debugger; window.open('http://hextris.github.io/', target='_system'); e.preventDefault(); return false;