Changeset 10177
- Timestamp:
- 07/07/08 19:57:58 (5 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/sfCombineFilterPlugin/branches/kraven/lib/sfCombineFilter.class.php
r10174 r10177 102 102 //TODO: keep track if there is a dynamic file in the middle of static files and create multiple packed files 103 103 // if required to keep the proper order 104 $this->response->addJavascript($combined_sources_str , 'first');104 $this->response->addJavascript($combined_sources_str); //, 'first' 105 105 } 106 106 }