mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-10 08:47:46 +02:00
Fix youtube API loading player after initiation
This commit is contained in:
6
api/js/jsapi/egw_global.d.ts
vendored
6
api/js/jsapi/egw_global.d.ts
vendored
@ -791,7 +791,7 @@ declare interface IegwWndLocal extends IegwGlobal
|
||||
* @return Promise
|
||||
*/
|
||||
request(_menuaction: string, param2: any[]): Promise<any>;
|
||||
|
||||
|
||||
/**
|
||||
* Registers a new handler plugin.
|
||||
*
|
||||
@ -1295,3 +1295,7 @@ declare function egw_getWindowInnerWidth() : number;
|
||||
declare function egw_getWindowInnerHeight() : number;
|
||||
declare function egw_getWindowOuterWidth() : number;
|
||||
declare function egw_getWindowOuterHeight() : number;
|
||||
|
||||
// Youtube API golbal vars
|
||||
declare var YT : any;
|
||||
declare function onYouTubeIframeAPIReady();
|
||||
|
Reference in New Issue
Block a user