07a12ad2b1
git-svn-id: https://develop.svn.wordpress.org/trunk@3684 602fd350-edb4-49c9-b593-d223f7449a82
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); };
|
|
}
|