mirror of
https://github.com/redmine/redmine.git
synced 2025-11-11 15:56:03 +01:00
Cannot open journal dropdown menu after editing note (#34998).
Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@20917 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