diff options
author | Alexander Schmitz <arschmitz@gmail.com> | 2015-08-09 09:16:05 -0400 |
---|---|---|
committer | Alexander Schmitz <arschmitz@gmail.com> | 2015-10-08 14:02:35 -0400 |
commit | 29bc0503a37d8f361c6c927008b83c6d419fb3fb (patch) | |
tree | aa22ea61dfd47af92d8bf6a22fa4888fbabdc44d | |
parent | a45b414cfcd4efd1735d3fe591a39b609dd18f95 (diff) | |
download | jquery-ui-29bc0503a37d8f361c6c927008b83c6d419fb3fb.tar.gz jquery-ui-29bc0503a37d8f361c6c927008b83c6d419fb3fb.zip |
Demos: Add checkboxradio to bootstrap
-rw-r--r-- | demos/bootstrap.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/bootstrap.js b/demos/bootstrap.js index 7a942374d..c8efe4ca7 100644 --- a/demos/bootstrap.js +++ b/demos/bootstrap.js @@ -30,6 +30,7 @@ var widgets = [ "accordion", "autocomplete", "button", + "checkboxradio", "datepicker", "dialog", "draggable", |