i'm sorrry!!!
This commit is contained in:
parent
8dd72ecda8
commit
fc3c2504fb
|
|
@ -104,12 +104,7 @@
|
||||||
// If it doesn't exist, create an empty array.
|
// If it doesn't exist, create an empty array.
|
||||||
enabledMods = localStorage.getItem("enabledMods") ? JSON.parse(localStorage.getItem("enabledMods")) : [];
|
enabledMods = localStorage.getItem("enabledMods") ? JSON.parse(localStorage.getItem("enabledMods")) : [];
|
||||||
// Run all scripts in the enabledMods array, if it fails print to console
|
// Run all scripts in the enabledMods array, if it fails print to console
|
||||||
|
for (var i = 0; i < enabledMods.length; i++) {
|
||||||
</script>
|
|
||||||
<script src="mods/neutronium_compressor.js"></script>
|
|
||||||
|
|
||||||
<script>
|
|
||||||
for (var i = 0; i < enabledMods.length; i++) {
|
|
||||||
try {
|
try {
|
||||||
var script = document.createElement('script');
|
var script = document.createElement('script');
|
||||||
var src = enabledMods[i];
|
var src = enabledMods[i];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue