aboutsummaryrefslogtreecommitdiffstats
path: root/demos/datepicker/buttonbar.html
diff options
context:
space:
mode:
Diffstat (limited to 'demos/datepicker/buttonbar.html')
-rw-r--r--demos/datepicker/buttonbar.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/demos/datepicker/buttonbar.html b/demos/datepicker/buttonbar.html
index af9e17306..cc7111044 100644
--- a/demos/datepicker/buttonbar.html
+++ b/demos/datepicker/buttonbar.html
@@ -9,7 +9,9 @@
<script type="text/javascript" src="../../ui/ui.datepicker.js"></script>
<script type="text/javascript">
$(function() {
- $('#date123').datepicker({showButtonPanel: true});
+ $('#date123').datepicker({
+ showButtonPanel: true
+ });
});
</script>
</head>