Make WordPress Core


Ignore:
Timestamp:
03/30/2006 11:40:31 PM (19 years ago)
Author:
ryan
Message:

Add to bottom support in list manipulation. Props mdawaffe. fixes #2611

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/cat-js.php

    r3660 r3669  
    33header('Content-type: text/javascript; charset=' . get_settings('blog_charset'), true);
    44?>
    5 addLoadEvent(function(){catList=new listMan('categorychecklist');catList.ajaxRespEl='jaxcat';catList.clearInputs.push('newcat');});
     5addLoadEvent(function(){catList=new listMan('categorychecklist');catList.ajaxRespEl='jaxcat';catList.clearInputs.push('newcat');catList.topAdder=1;catList.alt=0});
    66addLoadEvent(newCatAddIn);
    77function newCatAddIn() {
Note: See TracChangeset for help on using the changeset viewer.