From 19f0f6b7e04945b102457dce4f88ddd71f2afbcd Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Sun, 11 Jan 2015 16:55:25 -0500 Subject: [PATCH] fixed issue where trying to go to the user profile would cause a cold load instead of ajaxify --- src/views/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/config.json b/src/views/config.json index 7a7a5da07d..9fc65e5781 100644 --- a/src/views/config.json +++ b/src/views/config.json @@ -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",