mirror of
https://github.com/redmine/redmine.git
synced 2025-11-12 00:06:01 +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
|
// This variable is used to focus selected project
|
||||||
var selected;
|
var selected;
|
||||||
$(".drdn-trigger").click(function(e){
|
$(document).on('click', '.drdn-trigger', function(e){
|
||||||
var drdn = $(this).closest(".drdn");
|
var drdn = $(this).closest(".drdn");
|
||||||
if (drdn.hasClass("expanded")) {
|
if (drdn.hasClass("expanded")) {
|
||||||
drdn.removeClass("expanded");
|
drdn.removeClass("expanded");
|
||||||
|
|||||||
Reference in New Issue
Block a user