mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-10 02:45:08 +00:00
@@ -1,3 +1,9 @@
|
||||
2.3.x (2015-MM-DD)
|
||||
------------------
|
||||
|
||||
Bug fixes
|
||||
- fixed display of whitelisted attendees in Preferences window on Firefox (#3285)
|
||||
|
||||
2.3.1 (2015-07-23)
|
||||
------------------
|
||||
|
||||
|
||||
@@ -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