summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroot <root@debian8-7-1>2017-02-17 09:59:44 -0500
committerChristopher Burger <burgerc@freeside.biz>2017-03-21 11:16:11 -0400
commit122611edb674dd36ca00e6e8b94bf8cde4c5d921 (patch)
tree0b41049baefdb5e43a30ca19505063911766facf
parent23b9193091042fd038293320759017ff883717ac (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 59e27851b..e5b363862 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 %>;