Useless notice
git-svn-id: https://develop.svn.wordpress.org/trunk@4069 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
da4045e886
commit
24c76ec9d6
@ -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…
x
Reference in New Issue
Block a user