BUGFIX: Hide document list when treedropdown is shown

This commit is contained in:
Andrew O'Neil 2012-08-20 13:25:38 +12:00
parent 7dd6b2bb72
commit 1514ae5840
1 changed files with 6 additions and 0 deletions

View File

@ -95,5 +95,11 @@
}
});
$('.document-add-existing .treedropdownfield-toggle-panel-link').entwine({
onclick: function(event) {
$('.document-list:visible').hide();
}
});
});
}(jQuery));