commit | 493454d5498af095d2a2d8ac106dff22484f9ce2 | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@bofh.bg> | Wed Mar 13 05:34:13 2013 -0700 |
committer | Andrey Andreev <narf@bofh.bg> | Wed Mar 13 05:34:13 2013 -0700 |
tree | 5d5f50c2ac75f372e284a1ec0de7614cea87c538 | |
parent | 219565d05f6b223c28e24422b9d244b201890699 [diff] | |
parent | 7b90325ceb8aa6fdb4680afe959927fc000bf548 [diff] |
Merge pull request #2326 from bayssmekanique/develop Output Class Minify Function Change
diff --git a/system/core/Output.php b/system/core/Output.php index 25ecd49..3320ae1 100644 --- a/system/core/Output.php +++ b/system/core/Output.php
@@ -793,6 +793,8 @@ case 'text/css': case 'text/javascript': + case 'application/javascript': + case 'application/x-javascript': $output = $this->_minify_script_style($output);