mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
add ImportJson to Interface
This commit is contained in:
parent
452976998e
commit
f60ec349a2
1 changed files with 4 additions and 0 deletions
|
|
@ -52,4 +52,8 @@ function GetLastUpdated(urlToCheck) {
|
|||
|
||||
function GenerateHtmlListName(listName) {
|
||||
return FilterLists.GenerateHtmlListName(listName);
|
||||
}
|
||||
|
||||
function ImportJson(url, query, parseOptions) {
|
||||
return FilterLists.ImportJSON(url, query, parseOptions);
|
||||
}
|
||||
Loading…
Reference in a new issue