mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-28 14:45:28 +00:00
@@ -299,11 +299,11 @@ function initPreferences() {
|
||||
textField.value = allValues[i];
|
||||
textField.setAttribute("uid", allKeys[i]);
|
||||
textField.hide();
|
||||
span.innerText = allValues[i];
|
||||
span.update(allValues[i].escapeHTML());
|
||||
|
||||
td.appendChild(textField);
|
||||
td.appendChild(span);
|
||||
row.appendChild (td);
|
||||
row.appendChild(td);
|
||||
tablebody.appendChild(row);
|
||||
$(tablebody).deselectAll();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user