Skip to content
ucd-editor.js 214 B
Newer Older
(function ($) {

    window.UCDEditor = {

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

    };

})(jQuery);