0
if ( window.location.href.search('#!/') == -1 && window.location.href !== et_site_url && window.location.href !== ( et_site_url + '#' ) ) {
            access_without_ajax = true;
            $et_main_content.css( { opacity : 1, top : '77px', width : '800px', height : ( et_window_height - 200 ), marginTop : 0, marginLeft : '-400px' } );
            $logo_area.hide();
            $main_menu.hide();
            $et_footer_menu.css({'display':'block','opacity':1, bottom: '0'})
            $('#content').appendTo( $et_page_content );
            $et_main_content.jScrollPane( { animateScroll: true } );
            et_center_content_area();
            et_init_scripts();
        } else if ( window.location.href === et_site_url || window.location.href === ( et_site_url + '#' ) ) {
            $et_main_content.css( { 'margin-left' : '-' + ( content_width / 2 ) + 'px', top: ( ( et_window_height - $et_main_content.height() ) / 2 - 100 ) } ).animate( { opacity : 1, 'top' : ( ( et_window_height - $et_main_content.height() ) / 2 ) }, fade_in_speed, 'easeInOutQuad' );

これは、Wordpress でページを作成するときに、URL の途中に /#!/ を追加することです。このゴミをどうやって取り除くのですか?

4

0 に答える 0