8 lines
200 B
JavaScript
8 lines
200 B
JavaScript
Debug = {
|
|
debug: true,
|
|
debugArDetect: true
|
|
}
|
|
|
|
if(Debug.debug)
|
|
console.log("Guess we're debugging ultrawidify then. Debug.js must always load first, and others must follow.\nLoading: Debug.js");
|