'menuTable' is null
![]() ![]() |
Nice script, thanks.
|
![]() ![]() |
sry, i have no idea how this works (i am a noob in programming) ^^ if you want, you can include my script in yours? |
![]() ![]() |
I couldn't start buildings with your script enabled. The following code works better:
(function() {
var parent = document.getElementById('menuTable');
if (!parent) return;
var item = document.createElement('li');
item.className = 'menubutton_table';
item.innerHTML = '<a class="menubutton" href="pranger.php" target="_blank"><span class="textlabel">Pranger</span></a>';
parent.appendChild(item);
})()
|
![]() ![]() |
ok, thx :) |

