Changeset 4069 for trunk/wp-admin/list-manipulation-js.php
- Timestamp:
- 07/29/2006 05:05:39 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/list-manipulation-js.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/list-manipulation-js.php
r4042 r4069 30 30 this.encVar('cookie', document.cookie); 31 31 this.requestFile=f?f:'<?php echo $handler; ?>';this.getResponseElement(r);this.method='POST'; 32 this.onLoading=function(){this.myResponseElement.innerHTML="<?php _e('Sending Data...'); ?>";};33 this.onLoaded=function(){this.myResponseElement.innerHTML="<?php _e('Data Sent...'); ?>";};34 this.onInteractive=function(){this.myResponseElement.innerHTML="<?php _e('Processing Data...'); ?>";};35 32 } 36 33
Note: See TracChangeset
for help on using the changeset viewer.