Fix settings page issues.

This commit is contained in:
wez3 2017-01-04 19:45:00 +01:00
parent f31ec791fd
commit 5ba700c588
1 changed files with 4 additions and 2 deletions

View File

@ -126,10 +126,12 @@
}
function automaticIndex() {
function automaticIndex() {
var url = "/api?custom=indexPlugins";
requestAPI(url, function(d){
indexPlugins(d);
getIndexedPlugins(d);
});
}
function getSummary(div_id) {