Closed satyamtg closed 4 years ago
This is actually due to recursive scraping of scripts from the instance to apply style and make custom components work. Now in these extra annexed pages, we extract everything (including scripts) again and this leads to the scripts being present two times, which leads to the jQuery function getting undefined.
There can be two ways to fix this -
I think that the second way is the proper way to do it.
The accordion element which expands into a dropdown fails to work on extra annexed pages. This might be a bug with the template structure.