exzant

Results 4 issues of exzant

I tried bmb.performclick() but nothings happen. The menu does not show.

Why I can't find backup file in my Google Drive ? Where to put Google Drive API ?

I want to close interface after select a date, using onSelect for a while I use this ``` $('#datetime').datetimepicker({ onSelect: function (datepickerInstance){ $('#ui-datepicker-div').hide(); }}); ```