(function ($) { window.UCDEditor = { open: function (event) { if (event.status === 'success') { $('#ucd-editor').modal('show'); } } }; })(jQuery);