Skip to content
This repository has been archived by the owner on Aug 6, 2019. It is now read-only.

Commit

Permalink
Updated version inside the js file
Browse files Browse the repository at this point in the history
  • Loading branch information
VinceG committed Mar 16, 2017
1 parent e30e819 commit d79e9a2
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 16 deletions.
8 changes: 4 additions & 4 deletions jquery.bootstrap.wizard.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* jQuery twitter bootstrap wizard plugin
* Examples and documentation at: http://github.com/VinceG/twitter-bootstrap-wizard
* version 1.3.1
* version 1.4.2
* Requires jQuery v1.3.2 or later
* Supports Bootstrap 2.2.x, 2.3.x, 3.0
* Dual licensed under the MIT and GPL licenses:
Expand Down Expand Up @@ -329,16 +329,16 @@ $.fn.bootstrapWizard.defaults = {
previousSelector: '.wizard li.previous',
firstSelector: '.wizard li.first',
lastSelector: '.wizard li.last',
finishSelector: '.wizard li.finish',
finishSelector: '.wizard li.finish',
backSelector: '.wizard li.back',
onShow: null,
onInit: null,
onNext: null,
onPrevious: null,
onLast: null,
onFirst: null,
onFinish: null,
onBack: null,
onFinish: null,
onBack: null,
onTabChange: null,
onTabClick: null,
onTabShow: null
Expand Down
36 changes: 24 additions & 12 deletions jquery.bootstrap.wizard.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d79e9a2

Please sign in to comment.