mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-08 11:50:03 +01:00
33ccb31e88
git-svn-id: http://svn.automattic.com/wordpress/trunk@3684 1a063a9b-81f0-0310-95a4-ce76da25c4cd
6 lines
218 B
JavaScript
6 lines
218 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); };
|
|
}
|