mirror of
https://github.com/nuttylmao/nutty.gg.git
synced 2026-09-19 04:00:59 -04:00
Replaced "Target Applications" with "Included Apps" and "Excluded Apps"
This commit is contained in:
@@ -101,6 +101,7 @@ function LoadJSON(settingsJson) {
|
||||
inputElement.id = setting.id; //Added setting ID
|
||||
inputElement.value = settingsMap.has(setting.id) ? settingsMap.get(setting.id) : setting.defaultValue;
|
||||
inputElement.autocomplete = 'new-password';
|
||||
inputElement.placeholder = setting.placeholder ? setting.placeholder : '';
|
||||
break;
|
||||
case 'password':
|
||||
inputElement = document.createElement('input');
|
||||
|
||||
Reference in New Issue
Block a user