Make change requested by Codacy

This commit is contained in:
Jonathan Rehm 2017-07-19 23:28:36 -07:00
parent 59afc7eb9f
commit dd124ab356
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ tinymce.init({
if (!Modernizr.inputtypes.date) {
$("#pubdate").datepicker({
format: "yyyy-mm-dd",
language: language
language
}).on("change", function () {
// Show localized date over top of the standard YYYY-MM-DD date
let pubDate;