From b63a75c0e672e8c7f901cba932feb15cb6d5d105 Mon Sep 17 00:00:00 2001 From: Andrew Isherwood Date: Tue, 3 Mar 2020 09:34:55 +0000 Subject: [PATCH] Bug 24608: (follow-up) Buttons should be buttons No idea why I used elements for the Edit buttons. But the 'disabled' attribute has no effect on elements, which leads to all sorts of problems when you have disabled buttons that are not disabled. Switched to '); $(this).hide(); $("#due_date_select").datetimepicker({ onClose: function(dateText, inst) { -- 2.20.1