mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-23 13:41:01 +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');
|
var tdElements = selectBoxRow.getElementsByTagName('td');
|
||||||
if (_selectBox.name = 'signatureID') {
|
if (_selectBox.name == 'signatureID') {
|
||||||
var sigBox = document.getElementById('signatureID');
|
var sigBox = document.getElementById('signatureID');
|
||||||
//alert(sigBox);
|
//alert(sigBox);
|
||||||
// if we find the id, signature is inserted at the top of the message on compose start.
|
// 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