fixed issue where trying to go to the user profile would cause a cold load instead of ajaxify

This commit is contained in:
Julian Lam
2015-01-11 16:55:25 -05:00
parent 0305ad989c
commit 19f0f6b7e0

View File

@@ -13,7 +13,7 @@
"^user/.*/favourites": "account/favourites",
"^user/.*/posts": "account/posts",
"^user/.*/topics": "account/topics",
"^user/[.^\/]*": "account/profile",
"^user/[^\/]+": "account/profile",
"^reset/.*": "reset_code",
"^tags/.*": "tag",
"^groups/?$": "groups/list",