Make change requested by Codacy

pull/227/head
Jonathan Rehm 7 years ago
parent 59afc7eb9f
commit dd124ab356

@ -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;

Loading…
Cancel
Save