Update betterModManager.js
updateModManager should be called on load
This commit is contained in:
parent
c4debc0cff
commit
ffbd81e2b6
|
|
@ -114,8 +114,7 @@ function openModList() {
|
||||||
showingMenu = "modList";
|
showingMenu = "modList";
|
||||||
}
|
}
|
||||||
|
|
||||||
// called just once, changes the menu title, adds the button, changes the modManagerList css and adds modList component
|
runAfterLoadList.push(updateModManager);
|
||||||
updateModManager();
|
|
||||||
|
|
||||||
closeMenu = function() {
|
closeMenu = function() {
|
||||||
if (!showingMenu) { return; }
|
if (!showingMenu) { return; }
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue