1
0
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:
Mark Otto
2015-01-01 12:01:55 -08:00
parent 82403407d8
commit 401ace65f4
3 changed files with 24 additions and 9 deletions

View File

@@ -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',