mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-23 19:31:53 +02:00
Fix Collabora JS not being loaded for filemanager
This commit is contained in:
parent
2e5c433ab9
commit
026eaaaa71
@ -13,4 +13,7 @@ import {filemanagerAPP} from "./filemanager";
|
|||||||
/**
|
/**
|
||||||
* This is the app.ts endpoint, code is in ./filemanager.ts to ensure proper loading/cache-invalidation for Collabora extending filemanagerAPP!
|
* This is the app.ts endpoint, code is in ./filemanager.ts to ensure proper loading/cache-invalidation for Collabora extending filemanagerAPP!
|
||||||
*/
|
*/
|
||||||
app.classes.filemanager = filemanagerAPP;
|
if(typeof app.classes.filemanager === "undefined")
|
||||||
|
{
|
||||||
|
app.classes.filemanager = filemanagerAPP;
|
||||||
|
}
|
||||||
|
@ -1444,4 +1444,3 @@ export class filemanagerAPP extends EgwApp
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
app.classes.filemanager = filemanagerAPP;
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user