forked from Wavyzz/dolibarr
Debug v22
This commit is contained in:
@@ -1,17 +0,0 @@
|
||||
/* Create an inline datepicker which leverages the
|
||||
jQuery UI datepicker
|
||||
*/
|
||||
$.editable.addInputType('datepicker', {
|
||||
element: function(settings, original) {
|
||||
var input = $('<input />');
|
||||
|
||||
input.datepicker({
|
||||
onSelect: function(dateText, inst) {
|
||||
$(this).parents("form").submit();
|
||||
}
|
||||
});
|
||||
|
||||
$(this).append(input);
|
||||
return (input);
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user