From 39f627ed4fe52117529af55df844a91130a12024 Mon Sep 17 00:00:00 2001 From: Eric Reed Date: Mon, 25 Mar 2013 19:43:29 -0400 Subject: [PATCH] Fix SupporterPage.js #82 --- dashboard-ui/scripts/SupporterPage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard-ui/scripts/SupporterPage.js b/dashboard-ui/scripts/SupporterPage.js index 2a599f2592..77df261c50 100644 --- a/dashboard-ui/scripts/SupporterPage.js +++ b/dashboard-ui/scripts/SupporterPage.js @@ -19,7 +19,7 @@ } else { $('.supporterOnly', page).hide(); } - $('#paypalReturnUrl', page).val(ApiClient.getCustomUrl("dashboard/supporterKey.html")); + $('#paypalReturnUrl', page).val(ApiClient.getUrl("dashboard/supporterKey.html")); Dashboard.hideLoadingMsg(); }); }