From 80adc59e7ba41fcf9a51cca18caecdd808b62fcd Mon Sep 17 00:00:00 2001 From: tworrall Date: Thu, 1 Dec 2011 19:27:07 +0000 Subject: [PATCH] NIHVIVO-3387 and 3388 removed a js file that was being unecessarily sourced in --- .../templates/freemarker/edit/forms/dateTimeIntervalForm.ftl | 3 +-- .../web/templates/freemarker/edit/forms/dateTimeValueForm.ftl | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/webapp/web/templates/freemarker/edit/forms/dateTimeIntervalForm.ftl b/webapp/web/templates/freemarker/edit/forms/dateTimeIntervalForm.ftl index 447cabdfd..fac8f7651 100644 --- a/webapp/web/templates/freemarker/edit/forms/dateTimeIntervalForm.ftl +++ b/webapp/web/templates/freemarker/edit/forms/dateTimeIntervalForm.ftl @@ -73,5 +73,4 @@ ${stylesheets.add('')} ${scripts.add('', - '', - '')} \ No newline at end of file + '')} \ No newline at end of file diff --git a/webapp/web/templates/freemarker/edit/forms/dateTimeValueForm.ftl b/webapp/web/templates/freemarker/edit/forms/dateTimeValueForm.ftl index 3120e38e4..850bdf5be 100644 --- a/webapp/web/templates/freemarker/edit/forms/dateTimeValueForm.ftl +++ b/webapp/web/templates/freemarker/edit/forms/dateTimeValueForm.ftl @@ -38,5 +38,4 @@ ${stylesheets.add('')} ${scripts.add('', - '', - '')} \ No newline at end of file + '')} \ No newline at end of file