Minor changes :)

  1. to collapse_text.module:
    function collapse_text_init() {
      drupal_add_js('misc/collapse.js', 'core', 'header', FALSE, TRUE);
    }
  2. to collapse_text.info:
    dependencies[] = filter
    core = 6.x

    random datestamp :)

CommentFileSizeAuthor
#1 collapse_text.zip7.69 KBsza

Comments

sza’s picture

StatusFileSize
new7.69 KB

zip

psicomante’s picture

wonderful, thanks!

pukku’s picture

Version: 5.x-1.0 » 6.x-1.0
Assigned: Unassigned » pukku
Status: Active » Closed (duplicate)

Hi! I'm going to mark this a duplicate of #233877: Attached is modified version including nesting and custom title support (I know that your patch is the basis for 233877, and will give you credit).

pukku’s picture

BTW: many thanks for doing this...