added email validation and tthen saved any params they were entering during signup in an @user object

This commit is contained in:
Ken Johnson
2013-04-28 02:49:02 -04:00
parent 6d24bf8993
commit d01e508bc3
10 changed files with 68 additions and 6 deletions
+2
View File
@@ -19,9 +19,11 @@
<script type="text/javascript">
function openSub(){
$('li[id="submenu"]').addClass('open');
};
$(document).ready(openSub);
</script>