From 5ba700c588eec3d30652ac23ffe7ad0535b2aece Mon Sep 17 00:00:00 2001 From: wez3 Date: Wed, 4 Jan 2017 19:45:00 +0100 Subject: [PATCH] Fix settings page issues. --- templates/settings.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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) {