mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-14 09:58:16 +01:00
fixed javascript error stalling closing of filemanager tab or changing to shared files view
This commit is contained in:
parent
9840334b5c
commit
6db17e8bde
@ -76,7 +76,7 @@ app.classes.filemanager = AppJS.extend(
|
|||||||
{
|
{
|
||||||
// Bind to removal to remove from list
|
// Bind to removal to remove from list
|
||||||
$j(et2.DOMContainer).on('clear', function(e) {
|
$j(et2.DOMContainer).on('clear', function(e) {
|
||||||
delete app.filemanager.path_widget[e.target.id];
|
if (app.filemanager && app.filemanager.path_widget) delete app.filemanager.path_widget[e.target.id];
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user