Development

Changeset 10177

You must first sign up to be able to contribute.

Changeset 10177

Show
Ignore:
Timestamp:
07/07/08 19:57:58 (5 months ago)
Author:
Leon.van.der.Ree
Message:

don't load packed file first, since tinymce can be a dependancy which needed to be loaded first

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/sfCombineFilterPlugin/branches/kraven/lib/sfCombineFilter.class.php

    r10174 r10177  
    102102        //TODO: keep track if there is a dynamic file in the middle of static files and create multiple packed files 
    103103        // if required to keep the proper order 
    104         $this->response->addJavascript($combined_sources_str, 'first'); 
     104        $this->response->addJavascript($combined_sources_str); //, 'first' 
    105105      } 
    106106    }