new option

This commit is contained in:
LibreHacker 2020-07-26 12:09:46 +03:00
parent 01318d024c
commit 72985c4cd5
3 changed files with 5 additions and 1 deletions

View file

@ -68,7 +68,7 @@
document.getElementById(id).innerHTML = i18n.text(key_prefix + id, display_data);
});
// and agnostic
['clients', 'recommend', 'checkfulllist', 'xmppis'].forEach(function(id) {
['clients', 'recommend', 'checkfulllist', 'xmppis', 'create', 'createhide'].forEach(function(id) {
document.getElementById(id).innerHTML = i18n.text(id, display_data);
});
}