aboutsummaryrefslogtreecommitdiffstats
path: root/ui/demos/functional
diff options
context:
space:
mode:
Diffstat (limited to 'ui/demos/functional')
-rw-r--r--ui/demos/functional/datepicker/debug.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/demos/functional/datepicker/debug.html b/ui/demos/functional/datepicker/debug.html
index a73c5dc62..91dab145b 100644
--- a/ui/demos/functional/datepicker/debug.html
+++ b/ui/demos/functional/datepicker/debug.html
@@ -14,7 +14,7 @@
<script type="text/javascript" charset="utf-8">
$(function(){
- $('#testing').datepicker({ yearRange: '-80:+0' });
+ $('#testing').datepicker();
});
</script>
</body>