mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-16 11:38:02 +02:00
Fix Collabora JS not being loaded for filemanager
This commit is contained in:
@ -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!
|
||||
*/
|
||||
app.classes.filemanager = filemanagerAPP;
|
||||
if(typeof app.classes.filemanager === "undefined")
|
||||
{
|
||||
app.classes.filemanager = filemanagerAPP;
|
||||
}
|
||||
|
Reference in New Issue
Block a user