diff --git a/www/cards/js/qwikclock_myshifts.js b/www/cards/js/qwikclock_myshifts.js index 47f4610..a702556 100644 --- a/www/cards/js/qwikclock_myshifts.js +++ b/www/cards/js/qwikclock_myshifts.js @@ -1,4 +1,4 @@ -/* +/* * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. @@ -18,7 +18,7 @@ $(".card_qwikclock_myshifts").each(function () { if (resp.status == "OK") { var shifts = resp.shifts; if (shifts.length > 0) { - shifttable.html('Shift Start End Days'); + shifttable.html('Shift Start End Days'); shifttable.append(""); for (var shift in shifts) { var days = "";