mirror of
https://github.com/silverstripe/silverstripe-dms
synced 2024-10-22 14:05:56 +02:00
BUGFIX: Hide document list when treedropdown is shown
This commit is contained in:
parent
7dd6b2bb72
commit
1514ae5840
@ -95,5 +95,11 @@
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
$('.document-add-existing .treedropdownfield-toggle-panel-link').entwine({
|
||||||
|
onclick: function(event) {
|
||||||
|
$('.document-list:visible').hide();
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
});
|
});
|
||||||
}(jQuery));
|
}(jQuery));
|
Loading…
Reference in New Issue
Block a user