Update bootstrap datepicker library and add minViewMode to options

This commit is contained in:
Kevin
2013-02-15 13:40:42 +01:00
parent 64b1dedd09
commit c7f506b6e2
4 changed files with 79 additions and 13 deletions

View File

@@ -159,12 +159,14 @@ $(function(){
@default {
weekStart: 0,
startView: 0,
minViewMode: 0,
autoclose: false
}
**/
datepicker:{
weekStart: 0,
startView: 0,
minViewMode: 0,
autoclose: false
},
/**