mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-27 13:21:41 -05:00
mobile debugging
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
//URL Params
|
//URL Params
|
||||||
var params = new URLSearchParams(window.location.search);
|
var params = new URLSearchParams(window.location.search);
|
||||||
const debugging = params.get('debug') != '';
|
const debugging = params.get('debug') != null;
|
||||||
console.log('debugging: ' + debugging);
|
console.log('debugging: ' + debugging);
|
||||||
//To save the server from being overloaded? Maybe?
|
//To save the server from being overloaded? Maybe?
|
||||||
function fixUri(input) {
|
function fixUri(input) {
|
||||||
|
Reference in New Issue
Block a user