mirror of
https://github.com/redmine/redmine.git
synced 2026-01-28 18:29:58 +01: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:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user