Changes in trunk/wp-admin/js/dashboard.dev.js [19418:20190]
- File:
-
- 1 edited
-
trunk/wp-admin/js/dashboard.dev.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/js/dashboard.dev.js
r19418 r20190 23 23 }); 24 24 25 26 25 welcomePanelHide.click( function() { 27 26 welcomePanel.toggleClass('hidden', ! this.checked ); … … 43 42 p = e.parent(); 44 43 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() { 46 45 p.hide().slideDown('normal', function(){ 47 46 $(this).css('display', '');
Note: See TracChangeset
for help on using the changeset viewer.