Skip to content

expand/collapse button fix

Ashish Soni requested to merge ashishsoniii/support:expand/collapse-btn-fix into main
  1. Expand/Collapse Button Fixed for individual question (Added js in assets/static/support.js)
  2. If you click first on individual links ( will expand corresponding div) and then click on expand/collapse button then previously clicked links gets reversed irrespective of what button says!
    Solution for 2: this causing error because of bootstrap default function! (So I changed change function in layout.js )

Merge request reports