mirror of
https://github.com/hacks-guide/2xrsa.git
synced 2024-11-27 03:20:25 +00:00
Update index.html
This commit is contained in:
parent
aef894d530
commit
7c138f9446
@ -4,12 +4,11 @@
|
||||
<SCRIPT src="autostyle.js" type="text/javascript"></SCRIPT>
|
||||
<SCRIPT language="javascript">
|
||||
var is3DS = navigator.platform.indexOf("Nintendo 3DS") >= 0;
|
||||
alert(is3DS);
|
||||
var x=new XMLHttpRequest();
|
||||
x.open('GET','rop.json',false);
|
||||
x.send();
|
||||
alert(launchers.gateway);
|
||||
var launchers = JSON.parse(x.responseText);
|
||||
alert(launchers.gateway);
|
||||
var selected = null
|
||||
var toggled = null;
|
||||
function setscroll(size){
|
||||
|
Loading…
Reference in New Issue
Block a user