testing
This commit is contained in:
parent
7dba7ffb8c
commit
d3b4f0f1d9
2 changed files with 1 additions and 15 deletions
|
@ -34,7 +34,7 @@
|
|||
</div>
|
||||
<div id="overlay" class="faded"></div>
|
||||
<div id="attributions">Started by <a href="http://github.com/teamsnowman">@teamsnowman</a> at <a href= 'http://www.hackexeter.com/'>HackExeter</a><br>
|
||||
Finished by <a href="http://github.com/garrettdreyfus">Garrett Finucane</a> & <a href="http://github.com/meadowstream" >Logan Engstrom</a> on <a href = 'http://github.com/hextris/hextris'>GitHub</a>
|
||||
Finished by <a onclick="window.open('http://www.google.com', '_system','location=no');">Garrett Finucane</a> & <a href="http://github.com/meadowstream" >Logan Engstrom</a> on <a href = 'http://github.com/hextris/hextris'>GitHub</a>
|
||||
</div>
|
||||
<div id='startBtn' style='position:absolute;left:40%;top:38%;height:25%;width:25%;z-index:99999999;cursor:pointer;'></div>
|
||||
<div id="helpScreen" class = 'unselectable'>
|
||||
|
|
|
@ -1,20 +1,6 @@
|
|||
$(document).ready(function(){
|
||||
initialize();
|
||||
$('#bottombar').hide();
|
||||
|
||||
$('a').each(function(i,o){
|
||||
$(o).on('click',function(e){
|
||||
window.open("http://www.google.com", '_system', 'location=no');
|
||||
e.preventDefault();
|
||||
return false;
|
||||
});
|
||||
});
|
||||
|
||||
$('#ghl').on('click mousedown touchstart',function(e){
|
||||
window.open('http://hextris.github.io/', target='_system');
|
||||
e.preventDefault();
|
||||
return false;
|
||||
});
|
||||
});
|
||||
|
||||
function showbottombar() {
|
||||
|
|
Loading…
Reference in a new issue