;(function($,_,undefined){"use strict";ips.controller.register('brilliantdiscord.front.invite.guestAlertHandler',{initialize:function(){this.on('click','[data-action="joinAsGuest"]',this.showAlert);},showAlert:function(e){e.preventDefault();ips.ui.alert.show({type:'confirm',icon:'warn',subText:ips.getString('brilliantdiscord_invite_guest_warning'),callbacks:{ok:function(){window.open($(e.currentTarget).attr('href'),'_blank');},cancel:function(){}}});}})}(jQuery,_));;