Changeset 11150 for trunk/wp-admin/import/livejournal.php
- Timestamp:
- 05/01/2009 07:43:22 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/import/livejournal.php
r11109 r11150 964 964 if ( jQuery( '#<?php echo $id ?>' ).length ) { 965 965 jQuery( "#<?php echo $id ?> input[type='submit']" ).hide(); 966 str = '<?php _e( "Continuing" ) ?> <img src="images/ loading-publish.gif" alt="" id="processing" align="top" />';966 str = '<?php _e( "Continuing" ) ?> <img src="images/wpspin.gif" alt="" id="processing" align="top" />'; 967 967 jQuery( '#<?php echo $msg ?>' ).html( str ); 968 968 jQuery( '#<?php echo $id ?>' ).submit(); … … 993 993 jQuery( "#<?php echo $id ?> input[type='submit']" ).hide(); 994 994 jQuery.ajaxSetup({'timeout':3600000}); 995 str = '<?php _e( "Processing next batch." ) ?> <img src="images/ loading-publish.gif" alt="" id="processing" align="top" />';995 str = '<?php _e( "Processing next batch." ) ?> <img src="images/wpspin.gif" alt="" id="processing" align="top" />'; 996 996 jQuery( '#<?php echo $msg ?>' ).html( str ); 997 997 jQuery('#ljapi-status').load(ajaxurl, {'action':'lj-importer',
Note: See TracChangeset
for help on using the changeset viewer.