diff options
| author | LukePulverenti <luke.pulverenti@gmail.com> | 2013-03-08 00:08:36 -0500 |
|---|---|---|
| committer | LukePulverenti <luke.pulverenti@gmail.com> | 2013-03-08 00:08:36 -0500 |
| commit | 49339fb63c8e86745876d2a76dbe103728bc1662 (patch) | |
| tree | 106f30a5b322b7380a4582dfa027ea4dd9369ff6 /MediaBrowser.WebDashboard/Html/scripts/SupporterKeyPage.js | |
| parent | 9911df11e8a96d5d7fffcd8618b63a6adb27701f (diff) | |
| parent | 830f6e2201cf13077646ff98e1c64424b45bb9ab (diff) | |
Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser
Diffstat (limited to 'MediaBrowser.WebDashboard/Html/scripts/SupporterKeyPage.js')
| -rw-r--r-- | MediaBrowser.WebDashboard/Html/scripts/SupporterKeyPage.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.WebDashboard/Html/scripts/SupporterKeyPage.js b/MediaBrowser.WebDashboard/Html/scripts/SupporterKeyPage.js index cebc47764..88748064f 100644 --- a/MediaBrowser.WebDashboard/Html/scripts/SupporterKeyPage.js +++ b/MediaBrowser.WebDashboard/Html/scripts/SupporterKeyPage.js @@ -37,7 +37,7 @@ LegacyKey: legacyKey }; - ApiClient.updateSecurityInfo(info).done(function () { + ApiClient.updatePluginSecurityInfo(info).done(function () { Dashboard.resetPluginSecurityInfo(); Dashboard.hideLoadingMsg(); SupporterPage.load(); |
