From 32d40690e98ed8552a38d0a6ae646740c6568762 Mon Sep 17 00:00:00 2001 From: LukePulverenti Date: Mon, 4 Mar 2013 21:05:59 -0500 Subject: [PATCH] fixed configuration saving issues --- Html/scripts/SupporterKeyPage.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Html/scripts/SupporterKeyPage.js b/Html/scripts/SupporterKeyPage.js index 50da44331d..cebc477641 100644 --- a/Html/scripts/SupporterKeyPage.js +++ b/Html/scripts/SupporterKeyPage.js @@ -37,9 +37,7 @@ LegacyKey: legacyKey }; - var url = ApiClient.getUrl("Plugins/SecurityInfo"); - console.log(url); - $.post(url, JSON.stringify(info)).done(function () { + ApiClient.updateSecurityInfo(info).done(function () { Dashboard.resetPluginSecurityInfo(); Dashboard.hideLoadingMsg(); SupporterPage.load();