mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-10 00:37:54 +02:00
Api: Fix favorites with non-ascii names could overlap
This commit is contained in:
9
api/js/jsapi/egw_global.d.ts
vendored
9
api/js/jsapi/egw_global.d.ts
vendored
@ -666,6 +666,15 @@ declare interface IegwGlobal
|
||||
* @return {string}
|
||||
*/
|
||||
encodePathComponent(_comp : string) : string;
|
||||
|
||||
/**
|
||||
* Hash a string
|
||||
*
|
||||
* @param string
|
||||
*/
|
||||
async
|
||||
|
||||
hashString(name : any) : Promise<string>;
|
||||
/**
|
||||
* Escape HTML special chars, just like PHP
|
||||
*
|
||||
|
Reference in New Issue
Block a user