forked from 0x2620/oxjs
fixing mainmenu bugs
This commit is contained in:
parent
946d36b43d
commit
9b40330982
2 changed files with 3 additions and 0 deletions
|
|
@ -1909,6 +1909,7 @@ requires
|
|||
Ox.print("pos", position)
|
||||
self.focused = true;
|
||||
self.selected = position;
|
||||
Ox.print("s.s", self.selected)
|
||||
that.titles[self.selected].addClass("OxSelected");
|
||||
that.menus[self.selected].showMenu();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue