Thanks marcoliver. I got sometime to look at the changes and verified with D9...

Contribution Date
Technology
Contribution Project
Contribution Details

Thanks marcoliver. I got sometime to look at the changes and verified with D9 and it looks like the UI part of the issue is resolved. However, the click action still seems to have a problem.

On debugging the click functionality in fpa.js, i was able to get it working by making the change below :

diff --git a/js/fpa.js b/js/fpa.js index 9809dca..197c3b1 100644 --- a/js/fpa.js +++ b/js/fpa.js @@ -410,7 +410,7 @@ var toggle_class = $(e.currentTarget).attr('fpa-toggle-class'); this.dom.container.toggleClass(toggle_class).hasClass(toggle_class); }, this)); - }); + }, this); } this.dom.section_left
Issue Status
Needs Review
Contribution Author
Files count
0
Patches count
0