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 79566fcef..8cc8d3878 100644 --- a/demos/bootstrap.js +++ b/demos/bootstrap.js @@ -28,7 +28,8 @@ var widgets = [ "accordion", "autocomplete", "button", - "datepicker" + "datepicker", + "dialog" ]; function getPath( module ) { |