Debug and inventory
This commit is contained in:
parent
1febf6e918
commit
80a0a16bab
15 changed files with 2764 additions and 341 deletions
|
|
@ -1776,4 +1776,20 @@ function openInventorySearch() {
|
|||
window.open('/inventory.html', '_blank');
|
||||
}
|
||||
|
||||
/**
|
||||
* Opens the Suitbuilder interface in a new browser tab.
|
||||
*/
|
||||
function openSuitbuilder() {
|
||||
// Open the Suitbuilder page in a new tab
|
||||
window.open('/suitbuilder.html', '_blank');
|
||||
}
|
||||
|
||||
/**
|
||||
* Opens the Player Debug interface in a new browser tab.
|
||||
*/
|
||||
function openPlayerDebug() {
|
||||
// Open the Player Debug page in a new tab
|
||||
window.open('/debug.html', '_blank');
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue