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

v1.18.x
Julian Lam 10 years ago
parent 0305ad989c
commit 19f0f6b7e0

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

Loading…
Cancel
Save