Skip to content

Commit fcaec52

Browse files
committed
A javascript change not previsously merged in from branch/yaco/liaison/.
- Legacy-Id: 3027
1 parent 400fe65 commit fcaec52

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

static/js/liaisons.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,9 @@
207207
var updateInfo = function() {
208208
var entity = organization;
209209
var to_entity = from;
210+
if (!entity.is('select') || !to_entity.is('select')) {
211+
return false;
212+
}
210213
var url = config.info_update_url;
211214
$.ajax({
212215
url: url,

0 commit comments

Comments
 (0)