rtMedia JS hooks!

rtMediaHook.register(
'rtmedia_popup_after_content_added',
function(args) {
alert('Bye!');
return true;
}
);