summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroot <root@debian8-7-1>2017-02-17 09:59:44 -0500
committerroot <root@debian8-7-1>2017-02-17 09:59:44 -0500
commitb36e314b78b3a26d258730e6536010b4e6c3201b (patch)
tree8abb170f1a815c28073db9f0db3d70086c446c01
parent5eb4ee4c660a55b7086a5bc18bcff352ad45e87d (diff)
RT# 21110 Unparsable age error. Added javascript to validate field prior to submitting the form. Also place checked prior entry in database.
-rw-r--r--httemplate/elements/header-full.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/httemplate/elements/header-full.html b/httemplate/elements/header-full.html
index 59e2785..e5b3638 100644
--- a/httemplate/elements/header-full.html
+++ b/httemplate/elements/header-full.html
@@ -56,6 +56,8 @@ Example:
<script type="text/javascript" src="<% $fsurl %>elements/topreload.js"></script>
<% $head |n %>
+ <SCRIPT SRC="<% $fsurl %>elements/validate.min.js"></SCRIPT>
+
%# announce our base path, and the Mason comp path of this page
<script type="text/javascript">
window.fsurl = <% $fsurl |js_string %>;