Home
last modified time | relevance | path

Searched refs:ajaxedit_queue_ (Results 1 – 1 of 1) sorted by relevance

/plugin/ajaxedit/
H A Dscript.js16 var ajaxedit_queue_ = []; variable
19 ajaxedit_queue_.push(callback);
26 var c = ajaxedit_queue_.pop();
153 return LANG.plugins.ajaxedit.tasks_left.replace('{0}',(ajaxedit_queue_.length *1 +1)) ;