A javascript change not previsously merged in from branch/yaco/liaison/.

- Legacy-Id: 3027
This commit is contained in:
Henrik Levkowetz 2011-04-07 08:41:51 +00:00
parent 400fe65726
commit fcaec522dc

View file

@ -207,6 +207,9 @@
var updateInfo = function() {
var entity = organization;
var to_entity = from;
if (!entity.is('select') || !to_entity.is('select')) {
return false;
}
var url = config.info_update_url;
$.ajax({
url: url,