Make WordPress Core


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/js/dashboard.dev.js

    r19418 r20190  
    2323    });
    2424
    25 
    2625    welcomePanelHide.click( function() {
    2726        welcomePanel.toggleClass('hidden', ! this.checked );
     
    4342                p = e.parent();
    4443                setTimeout( function(){
    45                     p.load( ajaxurl.replace( '/admin-ajax.php', '' ) + '/index-extra.php?jax=' + id, '', function() {
     44                    p.load( ajaxurl + '?action=dashboard-widgets&widget=' + id, '', function() {
    4645                        p.hide().slideDown('normal', function(){
    4746                            $(this).css('display', '');
Note: See TracChangeset for help on using the changeset viewer.