Your IP : 216.73.216.240


Current Path : /home/sunflowe/www2/disneyexplorer/wp-content/plugins/theme-core/assets/js/dev/
Upload File :
Current File : /home/sunflowe/www2/disneyexplorer/wp-content/plugins/theme-core/assets/js/dev/na-core-admin.js

(function ($) {
    "use strict";

    var Na_Admin = {
        init: function() {
            this.metabox.tab();
        },
        megamenu: {
            select_image: function() {

            }
        },
        metabox: {
            element: '#postbox-container-2 #normal-sortables',
            tab: function() {
                /*
                var tab = '<ul id="na-admin-tab-metabox">';
                $(this.element + ' > .postbox').each(function() {
                    tab +=  '<li><a href="#'+$(this).attr('id')+'">'+$(this).find('h3.ui-sortable-handle span').text()+'</a></li>';
                });
                tab += '</ul>';
                $(this.element).prepend(tab);
                $(this.element).tabs();
                */
            }
        }



    };
    $(document).ready(function() {
        Na_Admin.init();
    });

})(jQuery);