diff options
| author | Scott Ostler <scottbot9000@gmail.com> | 2011-02-22 22:45:24 -0500 |
|---|---|---|
| committer | Scott Ostler <scottbot9000@gmail.com> | 2011-02-22 22:45:24 -0500 |
| commit | 42ef00aa4b0c68ab3d10c4deb586431c6793f8c2 (patch) | |
| tree | 47abb0eff9fa89e01c68ac7cdd4d1f546913f548 | |
| parent | d32249280579d0ec11a57b40a49b3389ca887847 (diff) | |
Let st fall-through doto in initialize-template
| -rwxr-xr-x | src/utils.clj | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/utils.clj b/src/utils.clj index bca60b3..f782836 100755 --- a/src/utils.clj +++ b/src/utils.clj @@ -392,8 +392,7 @@ (.setAttribute "user_avatar" (if (non-empty-string? (:avatar session)) (:avatar session) nil)) - (.setAttribute "isadmin" (:is_admin session))) - st) + (.setAttribute "isadmin" (:is_admin session)))) (defn fetch-template [template session] (try |
