diff --git a/templates/settings.html b/templates/settings.html index 994a46d..75440f4 100644 --- a/templates/settings.html +++ b/templates/settings.html @@ -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) {