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

Commit d79e9a2

Browse files
committed
Updated version inside the js file
1 parent e30e819 commit d79e9a2

File tree

2 files changed

+28
-16
lines changed

2 files changed

+28
-16
lines changed

jquery.bootstrap.wizard.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
22
* jQuery twitter bootstrap wizard plugin
33
* Examples and documentation at: http://github.com/VinceG/twitter-bootstrap-wizard
4-
* version 1.3.1
4+
* version 1.4.2
55
* Requires jQuery v1.3.2 or later
66
* Supports Bootstrap 2.2.x, 2.3.x, 3.0
77
* Dual licensed under the MIT and GPL licenses:
@@ -329,16 +329,16 @@ $.fn.bootstrapWizard.defaults = {
329329
previousSelector: '.wizard li.previous',
330330
firstSelector: '.wizard li.first',
331331
lastSelector: '.wizard li.last',
332-
finishSelector: '.wizard li.finish',
332+
finishSelector: '.wizard li.finish',
333333
backSelector: '.wizard li.back',
334334
onShow: null,
335335
onInit: null,
336336
onNext: null,
337337
onPrevious: null,
338338
onLast: null,
339339
onFirst: null,
340-
onFinish: null,
341-
onBack: null,
340+
onFinish: null,
341+
onBack: null,
342342
onTabChange: null,
343343
onTabClick: null,
344344
onTabShow: null

jquery.bootstrap.wizard.min.js

+24-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)