Bug #28182
Linked javascript files with content inside the tag are not valid after merging if they are ignored
| Status: | Accepted | Start date: | 2011-07-13 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | General | |||
| Target version: | 4.0.0 | |||
| Votes: | 0 |
Description
Example:
<script type="text/javascript" src="https://apis.google.com/js/plusone.js">
{lang: 'de'}
</script>
History
Updated by Stefan Galinski almost 2 years ago
Workaround (Thanks to Lutz Wulfestieg):
Add this script before the closing body tag and set parseBody to zero.
Updated by Stefan Galinski over 1 year ago
- Target version set to 4.0.0
Updated by Stefan Galinski over 1 year ago
- Status changed from New to Accepted
Updated by Stefan Galinski over 1 year ago
- Category set to General
Updated by Harald no-lastname-given over 1 year ago
Hello Stefan!
Thank you for the quick help and support. The tip has helped me a lot.
Thank you so much
Harald
ps:
In the process I've encountered yet in addition to this workaround:
http://ventil.feelfreeconsult.de/typo3-tipps/plusone-in-typo3-mit-scriptmerger/