fixed configuration saving issues

This commit is contained in:
LukePulverenti
2013-03-04 21:05:59 -05:00
parent e17b515697
commit cd69bd7c7d
10 changed files with 69 additions and 123 deletions

View File

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