From 4f52c7e15dbb38f493e04e6edeeecc2e7ebbdda3 Mon Sep 17 00:00:00 2001 From: Tyler Renelle Date: Mon, 4 Nov 2013 00:41:16 -0800 Subject: [PATCH] [#1722] have to click twice for options.profile.profile --- public/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/app.js b/public/js/app.js index 1c40ac0d2a..2e6b74e018 100644 --- a/public/js/app.js +++ b/public/js/app.js @@ -58,7 +58,7 @@ window.habitrpg = angular.module('habitrpg', templateUrl: "partials/options.profile.stats.html" }) .state('options.profile.profile', { - url: "/stats", + url: "/profile", templateUrl: "partials/options.profile.profile.html" })