• File: top-page-messages.php
  • Full Path: /home/atelipy/www/wpmain/js/js/js/js/js/js/js/js/js/js/js/installer/dup-installer/templates/default/scripts/modules/top-page-messages.php
  • File size: 436 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php

/**
 *
 * @package templates/default
 */

defined('ABSPATH') || defined('DUPXABSPATH') || exit;
?>
<script>
    DUPX.topMessages = {
        wrapper: null,
        empty: function () {
            this.wrapper.empty();
        },
        add: function (html) {
            this.wrapper.html(html);
        }
    };

    $(document).ready(function () {
        DUPX.topMessages.wrapper = $('#page-top-messages');
    });
</script>