X7ROOT File Manager
Current Path:
/home/gfecatvj/4abetter.us/wp-content/plugins/leadin/scripts/utils
home
/
gfecatvj
/
4abetter.us
/
wp-content
/
plugins
/
leadin
/
scripts
/
utils
/
📁
..
📄
appUtils.ts
(296 B)
📄
backgroundAppUtils.ts
(1.27 KB)
📄
contentEmbedInstaller.ts
(743 B)
📄
iframe.ts
(1011 B)
📄
isRefreshTokenAvailable.ts
(155 B)
📄
queryParams.ts
(413 B)
📄
withMetaData.ts
(802 B)
Editing: queryParams.ts
export function addQueryObjectToUrl( urlObject: URL, queryParams: { [key: string]: any } ) { Object.keys(queryParams).forEach(key => { urlObject.searchParams.append(key, queryParams[key]); }); } export function removeQueryParamFromLocation(key: string) { const location = new URL(window.location.href); location.searchParams.delete(key); window.history.replaceState(null, '', location.href); }
Upload File
Create Folder