summaryrefslogtreecommitdiffstats
path: root/wp-inst/wp-admin/categories.js
blob: 46ae62fc6d11c2ccc19992faa30fbb8fb53693fa (plain)
1
2
3
4
5
addLoadEvent(newCategoryAddIn);

function newCategoryAddIn() {

	if (!theList.theList) return false;

	document.forms.addcat.submit.onclick = function(e) {return killSubmit('theList.ajaxAdder("cat", "addcat");', e); };

}