mirror of
https://github.com/meineerde/redmine.git
synced 2026-03-10 19:23:06 +00:00
Merged r20917 from trunk to 4.2-stable (#34998).
git-svn-id: http://svn.redmine.org/redmine/branches/4.2-stable@20918 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
81c4f70c47
commit
aa52d520ff
@ -722,7 +722,7 @@ $(document).ready(function(){
|
||||
|
||||
// This variable is used to focus selected project
|
||||
var selected;
|
||||
$(".drdn-trigger").click(function(e){
|
||||
$(document).on('click', '.drdn-trigger', function(e){
|
||||
var drdn = $(this).closest(".drdn");
|
||||
if (drdn.hasClass("expanded")) {
|
||||
drdn.removeClass("expanded");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user