ehpc / bootstrap-waitingfor

"Waiting for..." modal dialog with progress bar for Bootstrap
MIT License
138 stars 82 forks source link

fix settings.progressType class in bootstrap 4.1.1 #35

Closed vndevil closed 5 years ago

vndevil commented 6 years ago

remove line 94 $dialog.find('.progress-bar').addClass('progress-bar-' + settings.progressType); add $dialog.find('.progress-bar').addClass('bg-' + settings.progressType);

lukas-mertens commented 5 years ago

I implemented this in #32, but the PR was never accepted. Most likely the maintainer abandoned this project. I don't know if it's time for a fork or if @ehpc is going to start working on the project again.

lukas-mertens commented 5 years ago

I made a fork with experimental bootstrap 4 support. Check it out here. It is available through npm install bootstrap-4-waitingfor

ehpc commented 5 years ago

Merged #32 .