mirror of
https://github.com/twbs/bootstrap.git
synced 2025-09-27 22:09:04 +02:00
add indeterminate checkbox support
This commit is contained in:
@@ -10,7 +10,6 @@
|
||||
*/
|
||||
|
||||
/* global ZeroClipboard */
|
||||
/* global SimpleJekyllSearch */
|
||||
|
||||
!function ($) {
|
||||
'use strict';
|
||||
@@ -102,6 +101,9 @@
|
||||
$(this).prev('.progress-striped').toggleClass('progress-animated')
|
||||
})
|
||||
|
||||
// Custom indeterminate checkbox
|
||||
$('.bs-example-indeterminate input').prop('indeterminate', true)
|
||||
|
||||
// Config ZeroClipboard
|
||||
ZeroClipboard.config({
|
||||
moviePath: '/assets/flash/ZeroClipboard.swf',
|
||||
|
Reference in New Issue
Block a user