mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 01:27:36 +01:00
Useless notice
git-svn-id: http://svn.automattic.com/wordpress/trunk@4069 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
9b983ead22
commit
4495b15135
@ -29,9 +29,6 @@ function WPAjax(file, responseEl){//class WPAjax extends sack
|
||||
WPAjax.prototype.init=function(f,r){
|
||||
this.encVar('cookie', document.cookie);
|
||||
this.requestFile=f?f:'<?php echo $handler; ?>';this.getResponseElement(r);this.method='POST';
|
||||
this.onLoading=function(){this.myResponseElement.innerHTML="<?php _e('Sending Data...'); ?>";};
|
||||
this.onLoaded=function(){this.myResponseElement.innerHTML="<?php _e('Data Sent...'); ?>";};
|
||||
this.onInteractive=function(){this.myResponseElement.innerHTML="<?php _e('Processing Data...'); ?>";};
|
||||
}
|
||||
|
||||
function listMan(theListId){
|
||||
|
Loading…
Reference in New Issue
Block a user