Chapter 7. Working with Nodes, Page 154

Location on the page: 
After template code example
Chapter: 
7. Working with Nodes
Error: 

There seems to be a further required step missing here as there is nothing to load the required collapse.js script.

Correction: 

Inserting the line:
drupal_add_js('misc/collapse.js');
into the joke_load function makes the collapsible field work.

Description of the Error: 

A missing paragraph?