Solved
inline JavaScript issue
Hello Team,
AEM version: 6.5.6
In publish instance, all JavaScript code written in slightly html get removed automatically . Anyone having some idea around it.
Eg.
In one of component sightly html:
<script type=...>
var a = "1222";
</script>
PROBLEM:
In author instance, we get this variable with wcmmode=disabled.but in publish code...all code starting from opening script tag, gets removed.