Skip to content

Commit

Permalink
try to fix page not loading
Browse files Browse the repository at this point in the history
  • Loading branch information
joyrider3774 committed Jul 1, 2024
1 parent 39e5e1b commit ac9c735
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Empty file added .nojekyll
Empty file.
5 changes: 2 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
//in order for games to load the following needs to be added to the html page of the game
//you also need to add gamecontroller.min.js in same directory as your html file (for controller suppor)
//from https://github.com/alvaromontoro/gamecontroller.js/blob/master/dist/gamecontroller.min.js
/*
/* <!--

<script>
if(window.parent)
Expand Down Expand Up @@ -93,7 +93,7 @@
});
</script>

*/
-->*/

addGame = function(title,engine,itemtype,gameiconurl, gameurl, isMicroStudioGame)
games += object
Expand Down Expand Up @@ -329,7 +329,6 @@

function()
init = function()
// embed()
sortkey = "title"
sortdir = "▲"
addGames()
Expand Down

0 comments on commit ac9c735

Please sign in to comment.