Lines 576-582
Link Here
|
576 |
if ( elt.nodeName == 'SELECT' ) { |
576 |
if ( elt.nodeName == 'SELECT' ) { |
577 |
$(elt).siblings('.select2').find("span[role='combobox']").addClass(notFilledClass); |
577 |
$(elt).siblings('.select2').find("span[role='combobox']").addClass(notFilledClass); |
578 |
} else { |
578 |
} else { |
579 |
elt.setAttribute('class','input_marceditor noEnterSubmit ' + notFilledClass); |
579 |
// elt.setAttribute('class','input_marceditor noEnterSubmit framework_plugin ' + notFilledClass); |
|
|
580 |
elt.classList.add(notFilledClass); |
580 |
} |
581 |
} |
581 |
$('#' + subfields[i]).focus(); |
582 |
$('#' + subfields[i]).focus(); |
582 |
tabflag[tag+subfield+tagnumber][1]=label[i]; |
583 |
tabflag[tag+subfield+tagnumber][1]=label[i]; |
583 |
- |
|
|