fix showbuttons passing to input options

This commit is contained in:
vitalets
2013-04-03 00:17:24 +04:00
parent b38f872302
commit 72f964a7cc
5 changed files with 12 additions and 5 deletions

@ -129,7 +129,7 @@ $(function(){
activate: function() {
},
clear: function() {
clear: function() {
this.$input.data('datetimepicker').date = null;
this.$input.find('.active').removeClass('active');
if(!this.options.showbuttons) {