mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
fix typo ; on change for address InputType (emailaddress or folder)
This commit is contained in:
parent
2b4e14540b
commit
23faf12229
@ -515,7 +515,7 @@ function fm_compose_changeInputType(_selectBox) {
|
||||
}
|
||||
|
||||
var tdElements = selectBoxRow.getElementsByTagName('td');
|
||||
if (_selectBox.name = 'signatureID') {
|
||||
if (_selectBox.name == 'signatureID') {
|
||||
var sigBox = document.getElementById('signatureID');
|
||||
//alert(sigBox);
|
||||
// if we find the id, signature is inserted at the top of the message on compose start.
|
||||
|
Loading…
Reference in New Issue
Block a user