Obsolete script tags
-
Hi!
Please change all instances of:
<script type="text/javascript">
and:
<script type="text/javascript" src=...>
to:
<script>
and
<script src=...
in your plugin.
The former is now deprecated in HTML5 (and even if the theme is <HTML5 it is supported in all browsers).
Thanks!
Brian
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Obsolete script tags’ is closed to new replies.