diff options
Diffstat (limited to 'demos/bootstrap.js')
-rw-r--r-- | demos/bootstrap.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/demos/bootstrap.js b/demos/bootstrap.js index af9aee130..71d2e4ef3 100644 --- a/demos/bootstrap.js +++ b/demos/bootstrap.js @@ -25,7 +25,8 @@ var effectsAll = [ "effect-slide" ]; var widgets = [ - "accordion" + "accordion", + "autocomplete" ]; function getPath( module ) { |