;(function($,_,undefined){"use strict";ips.controller.register('unapprove.front.unapprove.reason',{initialize:function(){this.on('change','[name="reason_selector"]',this.unapproveSelectChange);},unapproveSelectChange:function(e){ips.getAjax()('?app=unapprove&module=unapprove&controller=reasons&do=loadReason&id='+e.target.value).done(function(response){CKEDITOR.instances['reason_member_note'].setData(response.member_note);});}});}(jQuery,_));;