Fix settings page issues.
This commit is contained in:
parent
f31ec791fd
commit
5ba700c588
|
|
@ -126,10 +126,12 @@
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
function automaticIndex() {
|
|
||||||
|
function automaticIndex() {
|
||||||
var url = "/api?custom=indexPlugins";
|
var url = "/api?custom=indexPlugins";
|
||||||
requestAPI(url, function(d){
|
requestAPI(url, function(d){
|
||||||
indexPlugins(d);
|
getIndexedPlugins(d);
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
function getSummary(div_id) {
|
function getSummary(div_id) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue