Changeset 6958 for trunk/wp-admin/index.php
- Timestamp:
- 02/21/2008 09:20:09 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/index.php
r6928 r6958 11 11 <script type="text/javascript"> 12 12 jQuery(function() { 13 jQuery('#dashboard_incoming_links div.dashboard-widget-content').not( '.dashboard-widget-control' ). load('index-extra.php?jax=incominglinks');14 jQuery('#dashboard_primary div.dashboard-widget-content').not( '.dashboard-widget-control' ). load('index-extra.php?jax=devnews');15 jQuery('#dashboard_secondary div.dashboard-widget-content').not( '.dashboard-widget-control' ). load('index-extra.php?jax=planetnews');16 jQuery('#dashboard_plugins div.dashboard-widget-content').not( '.dashboard-widget-control' ). load('index-extra.php?jax=plugins');13 jQuery('#dashboard_incoming_links div.dashboard-widget-content').not( '.dashboard-widget-control' ).find( '.widget-loading' ).parent().load('index-extra.php?jax=incominglinks'); 14 jQuery('#dashboard_primary div.dashboard-widget-content').not( '.dashboard-widget-control' ).find( '.widget-loading' ).parent().load('index-extra.php?jax=devnews'); 15 jQuery('#dashboard_secondary div.dashboard-widget-content').not( '.dashboard-widget-control' ).find( '.widget-loading' ).parent().load('index-extra.php?jax=planetnews'); 16 jQuery('#dashboard_plugins div.dashboard-widget-content').not( '.dashboard-widget-control' ).find( '.widget-loading' ).parent().load('index-extra.php?jax=plugins'); 17 17 }); 18 18 </script>
Note: See TracChangeset
for help on using the changeset viewer.