diff options
| author | timb <timb@mb.local> | 2010-03-20 01:21:05 -0700 |
|---|---|---|
| committer | timb <timb@mb.local> | 2010-03-20 01:21:05 -0700 |
| commit | 85fce6db3ab0deff9624741adf6bdf6e43803093 (patch) | |
| tree | e48d3317fa459659f7334e24e9663c7171b12a3e /src | |
| parent | 63cee2279579e2a16496d060e203cd8bf48e5685 (diff) | |
put people right into the chat
Diffstat (limited to 'src')
| -rwxr-xr-x | src/site.clj | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/site.clj b/src/site.clj index b3e7e70..b6643a9 100755 --- a/src/site.clj +++ b/src/site.clj @@ -284,9 +284,10 @@ ;; Landing (defn landing [session] - (if (session :nick) - (redirect-to "/chat") - (serve-file "static" "index.html"))) + (redirect-to "/chat")) +; (if (session :nick) +; (redirect-to "/chat") +; (serve-file "static" "index.html"))) (defn login [session params cookies] (let [nick (params :nick) |
