2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-30 15:24:08 +03: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
+3 -1
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',