Changeset 259:211be1096b2d


Ignore:
Timestamp:
10.06.2010 00:17:25 (20 months ago)
Author:
alafin
Branch:
default
Message:

fix collapser

File:
1 edited

Legend:

Unmodified
Added
Removed
  • djangobb/djangobb_forum/templates/forum/index.html

    r255 r259  
    1313                        head_id = item_id.replace("body", "head"); 
    1414                        $(head_id).addClass("collapsed"); 
    15                         $(item_id).slideToggle("slow"); 
     15                        $(item_id).hide() 
    1616                } 
    1717        } 
Note: See TracChangeset for help on using the changeset viewer.