Skip to content

Commit

Permalink
August 2022 Snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
ama39 committed Aug 3, 2022
1 parent a401c4d commit 0ca9c18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/cwd_popups.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jQuery(document).ready(function($) {
}).focusout(function(e) {
return_focus = false;
}).click(function(e) {
e.preventDefault();
//e.preventDefault();
e.stopPropagation();
});

Expand Down

0 comments on commit 0ca9c18

Please sign in to comment.