Skip to content

Commit

Permalink
URL parameter to go directly to browser
Browse files Browse the repository at this point in the history
  • Loading branch information
thefeeltrain committed Jul 13, 2015
1 parent d6367eb commit 33deefd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions js/dewrito.js
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,10 @@ $(document).ready(function() {
gamepadSelect(currentMenu + "-" + p_gp_on);
}
});
if(getURLParameter('browser')) {
changeMenu("main2-main");
changeMenu("main-serverbrowser");
}
});


Expand Down

0 comments on commit 33deefd

Please sign in to comment.