mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-27 13:21:41 -05:00
Update creator-23.js
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
var params = new URLSearchParams(window.location.search);
|
var params = new URLSearchParams(window.location.search);
|
||||||
const debugging = params.get('debug') != null;
|
const debugging = params.get('debug') != null;
|
||||||
if (debugging) {
|
if (debugging) {
|
||||||
alert('debugging - 3.1');
|
alert('debugging - 4.0');
|
||||||
document.querySelectorAll('.debugging').forEach(element => element.classList.remove('hidden'));
|
document.querySelectorAll('.debugging').forEach(element => element.classList.remove('hidden'));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user