cb23290318
git-svn-id: https://develop.svn.wordpress.org/trunk@3660 602fd350-edb4-49c9-b593-d223f7449a82
7 lines
298 B
JavaScript
7 lines
298 B
JavaScript
addLoadEvent(newCategoryAddIn);
|
|
function newCategoryAddIn() {
|
|
if (!theList.theList) return false;
|
|
document.forms.addcat.submit.onclick = function(e) {return killSubmit('theList.ajaxAdder("cat", "addcat");', e); };
|
|
theList.clearInputs.push('cat_name','category_parent','category_description');
|
|
}
|