forked from extern/egroupware
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
|
||||
$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