RT# 21110 Unparsable age error. Added javascript to validate field prior to submittin...
authorroot <root@debian8-7-1>
Fri, 17 Feb 2017 14:59:44 +0000 (09:59 -0500)
committerroot <root@debian8-7-1>
Fri, 17 Feb 2017 14:59:44 +0000 (09:59 -0500)
httemplate/elements/header-full.html

index 59e2785..e5b3638 100644 (file)
@@ -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 %>;