diff --git a/option-script.js b/option-script.js index fc03654..b5e1fcb 100644 --- a/option-script.js +++ b/option-script.js @@ -58,6 +58,7 @@ function loadHandlers() { }); } +// Update controls based on saved options function TMNSetOptionsMenu( options ) { let default_options = tmn._getOptions(); options = $.extend({}, default_options, options); @@ -123,7 +124,6 @@ function TMNShowLog() { $('#tmn_logs_container').html(htmlStr); } - function TMNShowEngines(engines) { let htmlStr = ""; for (let i=0; i= 200 && xhr.status < 400 ) { - typeoffeeds.push('userlist'); - let list = xhr.responseText; - TMNQueries.userlist = list.split("\n"); - } else { - } - } - }; + typeoffeeds.push('userlist'); } if ( useDHSList ) {