From 65b455edf97742a922e51a5d81001ce106ec0043 Mon Sep 17 00:00:00 2001 From: Adam Young Date: Fri, 24 Sep 2010 10:47:40 -0400 Subject: Whoami link The 'logged in as' message in the header into an active hypoerlink that loads the details page for the current user. Also fixed a bug where, when reloading, the search page would fail due to scl being undefined. Fixed a typo replaced {'user-facet':'details', 'pkey':whoami_pkey},2); with {'user-facet':'details', 'user-pkey':whoami_pkey},2); --- install/static/index.xhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install/static/index.xhtml') diff --git a/install/static/index.xhtml b/install/static/index.xhtml index 3fcb5f62..062a4a7f 100644 --- a/install/static/index.xhtml +++ b/install/static/index.xhtml @@ -40,7 +40,7 @@ - Logged in as hardcoded@FREEIP.ORG + Logged in as hardcoded@FREEIP.ORG -- cgit