major fixes for inventory
This commit is contained in:
parent
00ef1d1f4b
commit
4d19e29847
10 changed files with 969 additions and 203 deletions
|
|
@ -1989,4 +1989,12 @@ function openQuestStatus() {
|
|||
window.open('/quest-status.html', '_blank');
|
||||
}
|
||||
|
||||
/**
|
||||
* Opens the Player Dashboard interface in a new browser tab.
|
||||
*/
|
||||
function openPlayerDashboard() {
|
||||
// Open the Player Dashboard page in a new tab
|
||||
window.open('/player-dashboard.html', '_blank');
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue