Fix supporter key saving

This commit is contained in:
Eric Reed 2013-03-07 13:45:09 -05:00
parent 211d24e66e
commit e5f0c32035

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();