Error with WYSIWYG javascript
-
Hello,
When I write a javascript in text mode, my script is automatically modify by tinyMCE editor so I’m facing an issue.
For example, I write the script :
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyDY0kkJiTPVd2U7aTOAwhc9ySH6oHxOIYM&sensor=false"> </script>
The script is modify to :
Now, I write the same script without the line feed :
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyDY0kkJiTPVd2U7aTOAwhc9ySH6oHxOIYM&sensor=false"></script>
The script is modify to (& modify to &) :
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=AIzaSyDY0kkJiTPVd2U7aTOAwhc9ySH6oHxOIYM&sensor=false"></script>
Is there any way to solve this issue ?
Thanks in advance !
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Error with WYSIWYG javascript’ is closed to new replies.