revert to 2.3.2 tag instead
This commit is contained in:
parent
aadc76694d
commit
92fd785e97
41 changed files with 71 additions and 70 deletions
4
js/bootstrap-affix.js
vendored
4
js/bootstrap-affix.js
vendored
|
|
@ -1,6 +1,6 @@
|
|||
/* ==========================================================
|
||||
* bootstrap-affix.js v2.3.3
|
||||
* http://getbootstrap.com/2.3.3/javascript.html#affix
|
||||
* bootstrap-affix.js v2.3.2
|
||||
* http://getbootstrap.com/2.3.2/javascript.html#affix
|
||||
* ==========================================================
|
||||
* Copyright 2013 Twitter, Inc.
|
||||
*
|
||||
|
|
|
|||
4
js/bootstrap-alert.js
vendored
4
js/bootstrap-alert.js
vendored
|
|
@ -1,6 +1,6 @@
|
|||
/* ==========================================================
|
||||
* bootstrap-alert.js v2.3.3
|
||||
* http://getbootstrap.com/2.3.3/javascript.html#alerts
|
||||
* bootstrap-alert.js v2.3.2
|
||||
* http://getbootstrap.com/2.3.2/javascript.html#alerts
|
||||
* ==========================================================
|
||||
* Copyright 2013 Twitter, Inc.
|
||||
*
|
||||
|
|
|
|||
4
js/bootstrap-button.js
vendored
4
js/bootstrap-button.js
vendored
|
|
@ -1,6 +1,6 @@
|
|||
/* ============================================================
|
||||
* bootstrap-button.js v2.3.3
|
||||
* http://getbootstrap.com/2.3.3/javascript.html#buttons
|
||||
* bootstrap-button.js v2.3.2
|
||||
* http://getbootstrap.com/2.3.2/javascript.html#buttons
|
||||
* ============================================================
|
||||
* Copyright 2013 Twitter, Inc.
|
||||
*
|
||||
|
|
|
|||
4
js/bootstrap-carousel.js
vendored
4
js/bootstrap-carousel.js
vendored
|
|
@ -1,6 +1,6 @@
|
|||
/* ==========================================================
|
||||
* bootstrap-carousel.js v2.3.3
|
||||
* http://getbootstrap.com/2.3.3/javascript.html#carousel
|
||||
* bootstrap-carousel.js v2.3.2
|
||||
* http://getbootstrap.com/2.3.2/javascript.html#carousel
|
||||
* ==========================================================
|
||||
* Copyright 2013 Twitter, Inc.
|
||||
*
|
||||
|
|
|
|||
4
js/bootstrap-collapse.js
vendored
4
js/bootstrap-collapse.js
vendored
|
|
@ -1,6 +1,6 @@
|
|||
/* =============================================================
|
||||
* bootstrap-collapse.js v2.3.3
|
||||
* http://getbootstrap.com/2.3.3/javascript.html#collapse
|
||||
* bootstrap-collapse.js v2.3.2
|
||||
* http://getbootstrap.com/2.3.2/javascript.html#collapse
|
||||
* =============================================================
|
||||
* Copyright 2013 Twitter, Inc.
|
||||
*
|
||||
|
|
|
|||
4
js/bootstrap-dropdown.js
vendored
4
js/bootstrap-dropdown.js
vendored
|
|
@ -1,6 +1,6 @@
|
|||
/* ============================================================
|
||||
* bootstrap-dropdown.js v2.3.3
|
||||
* http://getbootstrap.com/2.3.3/javascript.html#dropdowns
|
||||
* bootstrap-dropdown.js v2.3.2
|
||||
* http://getbootstrap.com/2.3.2/javascript.html#dropdowns
|
||||
* ============================================================
|
||||
* Copyright 2013 Twitter, Inc.
|
||||
*
|
||||
|
|
|
|||
4
js/bootstrap-modal.js
vendored
4
js/bootstrap-modal.js
vendored
|
|
@ -1,6 +1,6 @@
|
|||
/* =========================================================
|
||||
* bootstrap-modal.js v2.3.3
|
||||
* http://getbootstrap.com/2.3.3/javascript.html#modals
|
||||
* bootstrap-modal.js v2.3.2
|
||||
* http://getbootstrap.com/2.3.2/javascript.html#modals
|
||||
* =========================================================
|
||||
* Copyright 2013 Twitter, Inc.
|
||||
*
|
||||
|
|
|
|||
4
js/bootstrap-popover.js
vendored
4
js/bootstrap-popover.js
vendored
|
|
@ -1,6 +1,6 @@
|
|||
/* ===========================================================
|
||||
* bootstrap-popover.js v2.3.3
|
||||
* http://getbootstrap.com/2.3.3/javascript.html#popovers
|
||||
* bootstrap-popover.js v2.3.2
|
||||
* http://getbootstrap.com/2.3.2/javascript.html#popovers
|
||||
* ===========================================================
|
||||
* Copyright 2013 Twitter, Inc.
|
||||
*
|
||||
|
|
|
|||
4
js/bootstrap-scrollspy.js
vendored
4
js/bootstrap-scrollspy.js
vendored
|
|
@ -1,6 +1,6 @@
|
|||
/* =============================================================
|
||||
* bootstrap-scrollspy.js v2.3.3
|
||||
* http://getbootstrap.com/2.3.3/javascript.html#scrollspy
|
||||
* bootstrap-scrollspy.js v2.3.2
|
||||
* http://getbootstrap.com/2.3.2/javascript.html#scrollspy
|
||||
* =============================================================
|
||||
* Copyright 2013 Twitter, Inc.
|
||||
*
|
||||
|
|
|
|||
4
js/bootstrap-tab.js
vendored
4
js/bootstrap-tab.js
vendored
|
|
@ -1,6 +1,6 @@
|
|||
/* ========================================================
|
||||
* bootstrap-tab.js v2.3.3
|
||||
* http://getbootstrap.com/2.3.3/javascript.html#tabs
|
||||
* bootstrap-tab.js v2.3.2
|
||||
* http://getbootstrap.com/2.3.2/javascript.html#tabs
|
||||
* ========================================================
|
||||
* Copyright 2013 Twitter, Inc.
|
||||
*
|
||||
|
|
|
|||
4
js/bootstrap-tooltip.js
vendored
4
js/bootstrap-tooltip.js
vendored
|
|
@ -1,6 +1,6 @@
|
|||
/* ===========================================================
|
||||
* bootstrap-tooltip.js v2.3.3
|
||||
* http://getbootstrap.com/2.3.3/javascript.html#tooltips
|
||||
* bootstrap-tooltip.js v2.3.2
|
||||
* http://getbootstrap.com/2.3.2/javascript.html#tooltips
|
||||
* Inspired by the original jQuery.tipsy by Jason Frame
|
||||
* ===========================================================
|
||||
* Copyright 2013 Twitter, Inc.
|
||||
|
|
|
|||
4
js/bootstrap-transition.js
vendored
4
js/bootstrap-transition.js
vendored
|
|
@ -1,6 +1,6 @@
|
|||
/* ===================================================
|
||||
* bootstrap-transition.js v2.3.3
|
||||
* http://getbootstrap.com/2.3.3/javascript.html#transitions
|
||||
* bootstrap-transition.js v2.3.2
|
||||
* http://getbootstrap.com/2.3.2/javascript.html#transitions
|
||||
* ===================================================
|
||||
* Copyright 2013 Twitter, Inc.
|
||||
*
|
||||
|
|
|
|||
4
js/bootstrap-typeahead.js
vendored
4
js/bootstrap-typeahead.js
vendored
|
|
@ -1,6 +1,6 @@
|
|||
/* =============================================================
|
||||
* bootstrap-typeahead.js v2.3.3
|
||||
* http://getbootstrap.com/2.3.3/javascript.html#typeahead
|
||||
* bootstrap-typeahead.js v2.3.2
|
||||
* http://getbootstrap.com/2.3.2/javascript.html#typeahead
|
||||
* =============================================================
|
||||
* Copyright 2013 Twitter, Inc.
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue