diff options
| author | LukePulverenti <luke.pulverenti@gmail.com> | 2013-03-04 21:05:59 -0500 |
|---|---|---|
| committer | LukePulverenti <luke.pulverenti@gmail.com> | 2013-03-04 21:05:59 -0500 |
| commit | cd69bd7c7dca673a1b15ac96fb06f265a7e4fdc7 (patch) | |
| tree | b8066d318cfc43b8d2bd1bbbabcd9ac319c75894 /MediaBrowser.WebDashboard/Html/scripts/SupporterKeyPage.js | |
| parent | e17b515697c1044644ce58aec9e84ece0b8a2794 (diff) | |
fixed configuration saving issues
Diffstat (limited to 'MediaBrowser.WebDashboard/Html/scripts/SupporterKeyPage.js')
| -rw-r--r-- | MediaBrowser.WebDashboard/Html/scripts/SupporterKeyPage.js | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/MediaBrowser.WebDashboard/Html/scripts/SupporterKeyPage.js b/MediaBrowser.WebDashboard/Html/scripts/SupporterKeyPage.js index 50da44331..cebc47764 100644 --- a/MediaBrowser.WebDashboard/Html/scripts/SupporterKeyPage.js +++ b/MediaBrowser.WebDashboard/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(); |
