Bug #15816
closedopenPic() and config.removeDefaultJS = external
0%
Description
config.setJS_openPic=0
config.removeDefaultJS = external
Above configuration removes all default javascript code to external file except
<script type="text/javascript">
/*<![CDATA[*/
/*]]>*/
</script>
This cause problem with some extension fg pdf_generator
(issue imported from #M2857)
Files
Updated by Tim Zech over 18 years ago
same issue over here. i patched the code myself. its not perfect but it fits my requirements. see the patch attached.
i added a parameter config.removeAdditionalJS which has the same behaviour like removeDefaultJS. the parameter value "external" only works when removeDefaultJS is set to external to! remember it fits my special needs. maybe there is someone who wants to integrate it and modifies the patch in a way that the parameter removeAdditionalJS can be used standalone.
Updated by Markus Klein over 11 years ago
- Target version deleted (
0)
Not valid for 6.0+ anymore. Didn't check 4.5.
Updated by Michael Stucki over 11 years ago
- Category deleted (
Communication) - Status changed from New to Resolved
- Priority changed from Should have to Won't have this time
- PHP Version deleted (
4)
OK, closing. Thanks Markus!