idleberg/Bootstrap-Listr

Bootstrap's JS is included twice

wolfy1339 opened this issue · 3 comments

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 The commit that introduced this is dfa18e3

Thanks, I already fixed that but never committed the change. Will do now!

Fixed by the merge of 2.3-dev into master