mirror of
https://github.com/danbulant/console-hub
synced 2026-07-05 19:11:15 +00:00
Remove old games.js
This commit is contained in:
parent
784997b97d
commit
7979ab6f23
1 changed files with 0 additions and 10 deletions
|
|
@ -1,10 +0,0 @@
|
||||||
function startGame(int){
|
|
||||||
if(int == 0){//SLIMEY JUMP
|
|
||||||
var game = document.createElement('iframe');
|
|
||||||
game.id = 'frame';
|
|
||||||
game.src = "https://v6p9d9t4.ssl.hwcdn.net/html/1493204/index.html";
|
|
||||||
game.style.position = 'fixed';
|
|
||||||
game.style.width = '100%';
|
|
||||||
game.style.zIndex = '990';
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Loading…
Reference in a new issue