Your IP : 3.133.126.199


Current Path : /home/sudancam/public_html3/games/wp-content/plugins/wp-rss-aggregator/js/
Upload File :
Current File : /home/sudancam/public_html3/games/wp-content/plugins/wp-rss-aggregator/js/admin-notifications.js

/**
 * Notifications client-side handling.
 * Depends on Aventura.Wp.Admin.Notices.
 */

;(function($, window, document, undefined) {
    var globalVars = adminNoticeGlobalVars || {};
    var notices = Aventura.Wp.Admin.Notices.getGlobal();
    notices.setOptions(globalVars)
            .setOptions('ajax_url', ajaxurl);
    notices.attach();
})(jQuery, top, document);