mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-18 12:30:02 +02:00
Some fixes for egw_action and egw_global
This commit is contained in:
2
api/js/jsapi/egw_global.d.ts
vendored
2
api/js/jsapi/egw_global.d.ts
vendored
@@ -461,7 +461,7 @@ declare interface IegwGlobal
|
||||
* @param {string} key
|
||||
* @param {string | array} value
|
||||
*/
|
||||
setSessionItem(application : string, key : string, value : string[]) : void;
|
||||
setSessionItem(application : string, key : string, value : string[] | string) : void;
|
||||
/**
|
||||
* Remove a value from session storage
|
||||
* @param {string} application
|
||||
|
Reference in New Issue
Block a user