diff options
author | Alexander Schmitz <arschmitz@gmail.com> | 2015-07-14 21:54:33 -0400 |
---|---|---|
committer | Alexander Schmitz <arschmitz@gmail.com> | 2015-08-08 00:29:37 -0400 |
commit | 12d5aed2839b09d0548d2243f6fd47257ba20d88 (patch) | |
tree | ba8d250618eb9c6fac881fb95f0a87b3cdcee6df /demos | |
parent | e6dbcd9f30351d6b27464713f5f6b962e51a3180 (diff) | |
download | jquery-ui-12d5aed2839b09d0548d2243f6fd47257ba20d88.tar.gz jquery-ui-12d5aed2839b09d0548d2243f6fd47257ba20d88.zip |
Accordion: Move accordion into widgets folder
Ref #13885
Diffstat (limited to 'demos')
-rw-r--r-- | demos/bootstrap.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/demos/bootstrap.js b/demos/bootstrap.js index 7fed08cbb..af9aee130 100644 --- a/demos/bootstrap.js +++ b/demos/bootstrap.js @@ -24,7 +24,9 @@ var effectsAll = [ "effect-size", "effect-slide" ]; -var widgets = []; +var widgets = [ + "accordion" +]; function getPath( module ) { for ( var i = 0; i < widgets.length; i++ ) { |