We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84d7c1e commit a92205cCopy full SHA for a92205c
public/javascripts/application.js
@@ -722,7 +722,7 @@ $(document).ready(function(){
722
723
// This variable is used to focus selected project
724
var selected;
725
- $(".drdn-trigger").click(function(e){
+ $(document).on('click', '.drdn-trigger', function(e){
726
var drdn = $(this).closest(".drdn");
727
if (drdn.hasClass("expanded")) {
728
drdn.removeClass("expanded");
0 commit comments