mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-28 07:39:57 +02:00
lemme smang it giiiirl
This commit is contained in:
4
js/bootstrap-alerts.js
vendored
4
js/bootstrap-alerts.js
vendored
@@ -18,7 +18,7 @@
|
||||
* ========================================================== */
|
||||
|
||||
|
||||
(function( $ ){
|
||||
!function( $ ){
|
||||
|
||||
/* CSS TRANSITION SUPPORT (https://gist.github.com/373874)
|
||||
* ======================================================= */
|
||||
@@ -101,4 +101,4 @@
|
||||
new Alert($('body'), '.alert-message[data-alert] .close')
|
||||
})
|
||||
|
||||
})( window.jQuery || window.ender )
|
||||
}( window.jQuery || window.ender )
|
4
js/bootstrap-dropdown.js
vendored
4
js/bootstrap-dropdown.js
vendored
@@ -18,7 +18,7 @@
|
||||
* ============================================================ */
|
||||
|
||||
|
||||
(function( $ ){
|
||||
!function( $ ){
|
||||
|
||||
var d = 'a.menu, .dropdown-toggle'
|
||||
|
||||
@@ -47,4 +47,4 @@
|
||||
})
|
||||
}
|
||||
|
||||
})( window.jQuery || window.ender )
|
||||
}( window.jQuery || window.ender )
|
4
js/bootstrap-modal.js
vendored
4
js/bootstrap-modal.js
vendored
@@ -18,7 +18,7 @@
|
||||
* ========================================================= */
|
||||
|
||||
|
||||
(function( $ ){
|
||||
!function( $ ){
|
||||
|
||||
/* CSS TRANSITION SUPPORT (https://gist.github.com/373874)
|
||||
* ======================================================= */
|
||||
@@ -228,4 +228,4 @@
|
||||
})
|
||||
})
|
||||
|
||||
})( window.jQuery || window.ender )
|
||||
}( window.jQuery || window.ender )
|
4
js/bootstrap-popover.js
vendored
4
js/bootstrap-popover.js
vendored
@@ -18,7 +18,7 @@
|
||||
* =========================================================== */
|
||||
|
||||
|
||||
(function( $ ) {
|
||||
!function( $ ) {
|
||||
|
||||
var Popover = function ( element, options ) {
|
||||
this.$element = $(element)
|
||||
@@ -74,4 +74,4 @@
|
||||
|
||||
$.fn.popover.defaults = $.extend({} , $.fn.twipsy.defaults, { content: 'data-content', placement: 'right'})
|
||||
|
||||
})( window.jQuery || window.ender )
|
||||
}( window.jQuery || window.ender )
|
4
js/bootstrap-tabs.js
vendored
4
js/bootstrap-tabs.js
vendored
@@ -18,7 +18,7 @@
|
||||
* ======================================================== */
|
||||
|
||||
|
||||
(function( $ ){
|
||||
!function( $ ){
|
||||
|
||||
function activate ( element, container ) {
|
||||
container.find('.active').removeClass('active')
|
||||
@@ -59,4 +59,4 @@
|
||||
$('body').tabs('ul[data-tabs] li > a, ul[data-pills] > li > a')
|
||||
})
|
||||
|
||||
})( window.jQuery || window.ender )
|
||||
}( window.jQuery || window.ender )
|
4
js/bootstrap-twipsy.js
vendored
4
js/bootstrap-twipsy.js
vendored
@@ -19,7 +19,7 @@
|
||||
* ========================================================== */
|
||||
|
||||
|
||||
(function( $ ) {
|
||||
!function( $ ) {
|
||||
|
||||
/* CSS TRANSITION SUPPORT (https://gist.github.com/373874)
|
||||
* ======================================================= */
|
||||
@@ -304,4 +304,4 @@
|
||||
return $.metadata ? $.extend({}, options, $(ele).metadata()) : options
|
||||
}
|
||||
|
||||
})( window.jQuery || window.ender )
|
||||
}( window.jQuery || window.ender )
|
Reference in New Issue
Block a user