From 988a42a2dc199716f5c9c6e371ffcf9493c68112 Mon Sep 17 00:00:00 2001 From: Sebastin Santy Date: Wed, 13 Dec 2017 11:05:48 -0600 Subject: Bug 1424940 - Support HTML5 datepicker --- extensions/BugModal/template/en/default/bug_modal/field.html.tmpl | 4 ++-- extensions/BugModal/template/en/default/bug_modal/header.html.tmpl | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'extensions/BugModal') diff --git a/extensions/BugModal/template/en/default/bug_modal/field.html.tmpl b/extensions/BugModal/template/en/default/bug_modal/field.html.tmpl index d123ca696..38bde1d01 100644 --- a/extensions/BugModal/template/en/default/bug_modal/field.html.tmpl +++ b/extensions/BugModal/template/en/default/bug_modal/field.html.tmpl @@ -282,14 +282,14 @@ END; [% CASE constants.FIELD_TYPE_DATETIME %] [%# datetime %] - [% CASE constants.FIELD_TYPE_DATE %] [%# date %] - diff --git a/extensions/BugModal/template/en/default/bug_modal/header.html.tmpl b/extensions/BugModal/template/en/default/bug_modal/header.html.tmpl index a91d11576..d92ad455d 100644 --- a/extensions/BugModal/template/en/default/bug_modal/header.html.tmpl +++ b/extensions/BugModal/template/en/default/bug_modal/header.html.tmpl @@ -60,7 +60,6 @@ "js/util.js" ); jquery.push( - "datetimepicker", "contextMenu", "visibility" ); @@ -68,7 +67,6 @@ "extensions/BugModal/web/bug_modal.css", "extensions/BugModal/web/dropdown.css", "skins/standard/bug_groups.css", - "js/jquery/plugins/datetimepicker/datetimepicker.css", "js/jquery/plugins/contextMenu/contextMenu.css" ); -- cgit v1.2.3-24-g4f1b