fixing rolodex and search

This commit is contained in:
HotSwapp
2025-08-11 21:58:25 -05:00
parent 278eb7c5d4
commit c76b68d009
25 changed files with 1651 additions and 915 deletions

View File

@@ -295,11 +295,8 @@ let supportSystem = {
browser_info: this.browserInfo
};
const response = await fetch('/api/support/tickets', {
const response = await window.http.wrappedFetch('/api/support/tickets', {
method: 'POST',
headers: {
'Content-Type': 'application/json'
},
body: JSON.stringify(ticketData)
});