mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-17 03:56:07 +00:00
git-svn-id: http://svn.automattic.com/wordpress/trunk@3660 1a063a9b-81f0-0310-95a4-ce76da25c4cd
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');
|
|
}
|