VinceG / twitter-bootstrap-wizard

This twitter bootstrap plugin builds a wizard out of a formatter tabbable structure. It allows to build a wizard functionality using buttons to go through the different wizard steps and using events allows to hook into each step individually.
MIT License
1.39k stars 676 forks source link

Finish button not supported when using minified version of lib. #145

Closed michalborek closed 8 years ago

michalborek commented 8 years ago

When I use min.js of your lib, the "finishSelector" attribute does not work. Generally the whole "finish" related functionality seems to be missing.

michalborek commented 8 years ago

Closing, since pull request #146 is created

VinceG commented 8 years ago

@michalborek how did you install it? using bower? the minified version does have the finish functionality in it, the one in master. the tags most likely don't have it. can you verify the version you are using.

thank you.

pwoo commented 8 years ago

Just chiming in as I faced the same problem -- Michael is correct; there are no references to the word "finish" in the minified, master copy of the file at all.

VinceG commented 8 years ago

thank you. pull request merged.