fix typo ; on change for address InputType (emailaddress or folder)

This commit is contained in:
Klaus Leithoff 2010-07-20 12:04:54 +00:00
parent 2b4e14540b
commit 23faf12229

View File

@ -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.