mirror of
https://github.com/janeczku/calibre-web
synced 2025-11-06 10:13:02 +00:00
Make change requested by Codacy
This commit is contained in:
@@ -13,7 +13,7 @@ tinymce.init({
|
|||||||
if (!Modernizr.inputtypes.date) {
|
if (!Modernizr.inputtypes.date) {
|
||||||
$("#pubdate").datepicker({
|
$("#pubdate").datepicker({
|
||||||
format: "yyyy-mm-dd",
|
format: "yyyy-mm-dd",
|
||||||
language: language
|
language
|
||||||
}).on("change", function () {
|
}).on("change", function () {
|
||||||
// Show localized date over top of the standard YYYY-MM-DD date
|
// Show localized date over top of the standard YYYY-MM-DD date
|
||||||
let pubDate;
|
let pubDate;
|
||||||
|
|||||||
Reference in New Issue
Block a user