Changeset 6526


Ignore:
Timestamp:
02/26/10 00:47:13 (2 years ago)
Author:
PaulHarvey
Message:

Item8566: Forgot to put a requires. Didn't catch the bug as for some reason my test env rendered the addToHeads in the order they were called, yet an out of the box foswiki doesn't. :(

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Release01x00/TinyMCEPlugin/lib/Foswiki/Plugins/TinyMCEPlugin.pm

    r6429 r6526  
    242242SCRIPT 
    243243 
    244     Foswiki::Func::addToHEAD( 'tinyMCE', <<SCRIPT); 
     244    Foswiki::Func::addToHEAD( 'tinyMCE', <<SCRIPT, 'tinyMCE::Meta'); 
    245245<script language="javascript" type="text/javascript" src="$tmceURL/tiny_mce$USE_SRC.js?v=$encodedVersion"></script> 
    246246<script language="javascript" type="text/javascript" src="$pluginURL/foswiki_tiny$USE_SRC.js?v=$encodedVersion"></script> 
Note: See TracChangeset for help on using the changeset viewer.