Changeset 3669 for trunk/wp-admin/cat-js.php
- Timestamp:
- 03/30/2006 11:40:31 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/cat-js.php
r3660 r3669 3 3 header('Content-type: text/javascript; charset=' . get_settings('blog_charset'), true); 4 4 ?> 5 addLoadEvent(function(){catList=new listMan('categorychecklist');catList.ajaxRespEl='jaxcat';catList.clearInputs.push('newcat'); });5 addLoadEvent(function(){catList=new listMan('categorychecklist');catList.ajaxRespEl='jaxcat';catList.clearInputs.push('newcat');catList.topAdder=1;catList.alt=0}); 6 6 addLoadEvent(newCatAddIn); 7 7 function newCatAddIn() {
Note: See TracChangeset
for help on using the changeset viewer.