Changeset 22019 for trunk/wp-admin/press-this.php
- Timestamp:
- 09/26/2012 07:57:44 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/press-this.php
r22007 r22019 428 428 <?php } ?> 429 429 jQuery('#title').unbind(); 430 jQuery('#publish, #save').click(function() { jQuery(' #saving').css('display', 'inline'); });430 jQuery('#publish, #save').click(function() { jQuery('.press-this #publishing-actions .spinner').css('display', 'inline-block'); }); 431 431 432 432 $('#tagsdiv-post_tag, #categorydiv').children('h3, .handlediv').click(function(){ … … 468 468 submit_button( __( 'Submit for Review' ), 'primary', 'review', false ); 469 469 } ?> 470 < img src="<?php echo esc_url( admin_url( 'images/wpspin_light.gif' ) ); ?>" alt="" id="saving" style="display:none;" />470 <span class="spinner" style="display: none;"></span> 471 471 </p> 472 472 <?php if ( current_theme_supports( 'post-formats' ) && post_type_supports( 'post', 'post-formats' ) ) : … … 587 587 </div> 588 588 589 <div id="waiting" style="display: none">< img src="<?php echo esc_url( admin_url( 'images/wpspin_light.gif' ) ); ?>" alt="" /> <?php esc_html_e( 'Loading...' ); ?></div>589 <div id="waiting" style="display: none"><span class="spinner"></span> <span><?php esc_html_e( 'Loading...' ); ?></span></div> 590 590 591 591 <div id="extra-fields" style="display: none"></div>
Note: See TracChangeset
for help on using the changeset viewer.