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