Mathias Madsen

Results 4 comments of Mathias Madsen

I initially tried this Javascript fix for Bootstrap 4, but it made a subtle flash when initiated: ``` $('#modal').on('shown.bs.modal', function (e) { $("#slider").slider("refresh"); }) ``` However, looking through the fork...

Thanks for the fix @ACXgit :) I made a pull request for this simple issue now :)

Same issue for me from 2.4 to 2.5 – but this worked. Thx!

@lundmorten; I suggest you remove Foundation CLI completely and follow the guide from @ITZAP