fd0b25bc78b9419bf7f4ed8d9f854f85831344d6
chinhli
  Mon Apr 9 11:27:46 2012 -0700
fixed signup UI
diff --git src/hg/hgLogin/hgLogin.h src/hg/hgLogin/hgLogin.h
index 43e3f4f..6c010dc 100644
--- src/hg/hgLogin/hgLogin.h
+++ src/hg/hgLogin/hgLogin.h
@@ -1,24 +1,26 @@
 /* hgLogin.h  */
 
 #ifndef hgLogin_H
 #define hgLogin_H
 
 
 /* ---- global variables ---- */
 #define TITLE "UCSC Genome Browser Login v"CGI_VERSION
 
 
 /* ---- Cart Variables ---- */
 //#define signupName "hgLogin.do.signup"    /* Show  */
 #define signupName "hgLogin.do.signup"    /* Do signup button */
 
 /* ---- General purpose helper routines. ---- */
 
 
 #endif /* hgLogin_H */
 
 void  displayLoginSuccess(char *userName, int userId);
 /* display login success msg, and set cookie */
 void dosplayLogoutSuccess();
 /* display logout success msg, and reset cookie */
+void backToHgSession(int nSec);
+/* delay for N micro seconds then go back to hgSession page */