Fix supporter key saving

This commit is contained in:
Eric Reed 2013-03-07 13:45:09 -05:00
parent e0e2e0d971
commit de9d2a3afd

View file

@ -37,7 +37,7 @@
LegacyKey: legacyKey LegacyKey: legacyKey
}; };
ApiClient.updateSecurityInfo(info).done(function () { ApiClient.updatePluginSecurityInfo(info).done(function () {
Dashboard.resetPluginSecurityInfo(); Dashboard.resetPluginSecurityInfo();
Dashboard.hideLoadingMsg(); Dashboard.hideLoadingMsg();
SupporterPage.load(); SupporterPage.load();