Skip to content

Commit 4dc7533

Browse files
committed
Do nothing special if we have no detailed info that filters the To field trough the From field. Fixes ietf-tools#577
- Legacy-Id: 2791
1 parent fb7b3d2 commit 4dc7533

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

static/js/liaisons.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,10 @@
319319

320320
var checkFrom = function() {
321321
var reduce_options = form.find('.reducedToOptions');
322+
if (!reduce_options.length) {
323+
updateInfo();
324+
return;
325+
}
322326
var to_select = organization;
323327
var from_entity = from.val();
324328
if (!reduce_options.find('.full_power_on_' + from_entity).length) {

0 commit comments

Comments
 (0)