presence/app/assets/javascripts/jquery.flexselect.sstreampresence.js in social_stream-0.26.1 vs presence/app/assets/javascripts/jquery.flexselect.sstreampresence.js in social_stream-0.26.2

- old
+ new

@@ -255,11 +255,11 @@ if (selected) { //this.input.val(selected.name); //this.picked = true; this.hidden.val(selected.value); this.input.val(""); - if(typeof changeSelectContactValue == "function"){ - return changeSelectContactValue(selected.name,selected.value); + if(typeof PRESENCE.UIMANAGER.changeSelectContactValue == "function"){ + return PRESENCE.UIMANAGER.changeSelectContactValue(selected.name,selected.value); } } else if (this.settings.allowMismatch) { this.hidden.val(""); } else { this.reset();