mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01: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!
|
||||
*/
|
||||
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…
Reference in New Issue
Block a user