mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2025-11-15 17:56:07 +01:00
Fixed data name to camelCase
This commit is contained in:
@@ -4,7 +4,7 @@ $(document).ready(function(){
|
||||
min = $input.attr('min'),
|
||||
max = $input.attr('max'),
|
||||
regex, match,
|
||||
userOptions = $.parseJSON($input.data('date-formats') || '{}'),
|
||||
userOptions = $.parseJSON($input.data('dateFormats') || '{}'),
|
||||
kendoOptions = { format: "dd-MM-yyyy HH:mm", timeFormat: "HH:mm" };
|
||||
|
||||
kendoOptions = $.extend({}, kendoOptions, userOptions);
|
||||
|
||||
Reference in New Issue
Block a user