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