Commit dd124ab3 authored by Jonathan Rehm's avatar Jonathan Rehm

Make change requested by Codacy

parent 59afc7eb
...@@ -13,7 +13,7 @@ tinymce.init({ ...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment