added email validation and tthen saved any params they were entering during signup in an @user object
This commit is contained in:
@@ -19,9 +19,11 @@
|
||||
|
||||
|
||||
<script type="text/javascript">
|
||||
|
||||
function openSub(){
|
||||
$('li[id="submenu"]').addClass('open');
|
||||
};
|
||||
|
||||
$(document).ready(openSub);
|
||||
|
||||
</script>
|
||||
Reference in New Issue
Block a user