- require([
- "jquery",
- "Magento_Ui/js/modal/modal"
- ], function($){
- if (this.modal) {
- this.modal.html($('[data-role="system_messages_list"]').html());
- } else {
- this.modal = $('[data-role="system_messages_list"]').modal({
- modalClass: 'modal-system-messages ui-popup-message',
- type: 'popup',
- buttons: []
- });
- }
- this.modal.modal('openModal');
- });