Browse Source

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
tags/5.0.0
Go MAEDA 3 years ago
parent
commit
a92205c272
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      public/javascripts/application.js

+ 1
- 1
public/javascripts/application.js View File

@@ -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…
Cancel
Save