diff options
Diffstat (limited to 'demos/checkboxradio')
-rw-r--r-- | demos/checkboxradio/product-selector.html | 2 | ||||
-rw-r--r-- | demos/checkboxradio/radiogroup.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/demos/checkboxradio/product-selector.html b/demos/checkboxradio/product-selector.html index 4e6db4507..e8be051dd 100644 --- a/demos/checkboxradio/product-selector.html +++ b/demos/checkboxradio/product-selector.html @@ -6,7 +6,7 @@ <link rel="stylesheet" href="../../themes/base/all.css"> <link rel="stylesheet" href="../demos.css"> <script src="../../external/requirejs/require.js"></script> - <script src="../bootstrap.js"> + <script src="../bootstrap.js" data-modules="controlgroup"> $( "input" ).checkboxradio(); $( "[name='shape']").on( "change", function(){ $( ".shape" ).removeClass( "circle pill square rectangle" ) diff --git a/demos/checkboxradio/radiogroup.html b/demos/checkboxradio/radiogroup.html index bfca290b0..a8f808c11 100644 --- a/demos/checkboxradio/radiogroup.html +++ b/demos/checkboxradio/radiogroup.html @@ -6,7 +6,7 @@ <link rel="stylesheet" href="../../themes/base/all.css"> <link rel="stylesheet" href="../demos.css"> <script src="../../external/requirejs/require.js"></script> - <script src="../bootstrap.js"> + <script src="../bootstrap.js" data-modules="controlgroup"> $( "input" ).checkboxradio(); $( "fieldset" ).controlgroup(); </script> |