Update creator-23.js

This commit is contained in:
Kyle
2021-08-30 18:11:40 -07:00
parent 48b9727c1e
commit fd1adc65c3

View File

@@ -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'));
}