Changeset 259:211be1096b2d
- Timestamp:
- 10.06.2010 00:17:25 (20 months ago)
- Branch:
- default
- File:
-
- 1 edited
-
djangobb/djangobb_forum/templates/forum/index.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
djangobb/djangobb_forum/templates/forum/index.html
r255 r259 13 13 head_id = item_id.replace("body", "head"); 14 14 $(head_id).addClass("collapsed"); 15 $(item_id). slideToggle("slow");15 $(item_id).hide() 16 16 } 17 17 }
Note: See TracChangeset
for help on using the changeset viewer.
