Changeset 8254
- Timestamp:
- 11/21/13 14:10:36 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.5/expressoAdmin1_2/js/jscode/maillists.js
r7752 r8254 278 278 } 279 279 } 280 281 280 if (new_options != '') 282 281 { 283 select_usersInMaillist.innerHTML = '#' + new_options + select_usersInMaillist.innerHTML; 284 select_usersInMaillist.outerHTML = select_usersInMaillist.outerHTML; 282 usersOptionsHtml = select_usersInMaillist.innerHTML; 283 usersOptionsHtml = (($.browser.msie && $.browser.version < 9) ? '#' : ' ') + new_options + usersOptionsHtml; 284 $(select_usersInMaillist).html(usersOptionsHtml); 285 285 } 286 286 }
Note: See TracChangeset
for help on using the changeset viewer.