Bootstrap's JS is included twice
wolfy1339 opened this issue · 3 comments
wolfy1339 commented
In the latest master version, I have seen that Bootstrap's JS gets included twice.
That causes the JS to conflict with each other and makes the drop-downs stop working.
It it included here: https://github.com/idleberg/Bootstrap-Listr/blob/master/src/listr-functions.php#L135-138
and here: https://github.com/idleberg/Bootstrap-Listr/blob/master/src/listr-functions.php#L149-L157
idleberg commented
Thanks, I already fixed that but never committed the change. Will do now!
wolfy1339 commented
Fixed by the merge of 2.3-dev into master