Development

Changeset 3870

You must first sign up to be able to contribute.

Changeset 3870

Show
Ignore:
Timestamp:
04/26/07 01:40:35 (2 years ago)
Author:
Jonathan.Wage
Message:

sfCollapsibleContentPlugin: Fixed issue with javascript and web folder name.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/sfCollapsibleContentPlugin/lib/BasesfCollapsableContent.class.php

    r3717 r3870  
    5656     
    5757    // Make sure we have the js for collapsible content 
    58     sfContext::getInstance()->getResponse()->addJavascript('/sfCollapsibleContent/js/collapsible_content'); 
     58    sfContext::getInstance()->getResponse()->addJavascript('/sfCollapsibleContentPlugin/js/collapsible_content'); 
    5959     
    6060    // Style to hide the +/- status of the content when a label is specified