Changeset 645


Ignore:
Timestamp:
06/05/09 23:25:56 (3 years ago)
Author:
jf.hovinne
Message:

Added wymPath and jQueryPath to avoid compute() issues with JS aggregation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/apps/drupal/wysiwyg/editors/wymeditor.inc

    r644 r645  
    8181  $settings = array( 
    8282    'basePath' => base_path() . $editor['library path'] . '/', 
     83    'wymPath'    => base_path() . $editor['library path'] . '/' . $editor['libraries']['min']['files'][0], 
     84    'jQueryPath' => base_path() . 'misc/jquery.js', 
    8385    'updateSelector' => '.form-submit', 
    8486    'skin' => $theme, 
Note: See TracChangeset for help on using the changeset viewer.