forked from GithubMirrors/cardconjurer
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