Open GoogleCodeExporter opened 8 years ago
Temporary solution would be wrapping script tag with <!--{{{--> <!--}}}--> skip
comments.
Original comment by serg472@gmail.com
on 21 Sep 2011 at 2:09
Hi,
I can't get the temp solution to work here. Do you mean wrap like this:
<!--
<script>
//js
</script>
-->
or like this:
<script>
<!--
//js
-->
</script>
or like this:
<!--{{{-->
<script>
</script>
<!--}}}-->
or like this:
<script>
var json = <!--{}-->
</script>
Original comment by rob.clar...@gmail.com
on 23 Nov 2012 at 8:52
Original issue reported on code.google.com by
themal...@gmail.com
on 20 Sep 2011 at 10:47