Thanks Stevland,
]I actually figured out that it was a js file. I tried what you said also and it didn’t work. This might not be ideal solution but it worked.
]
]——————-]
Line 2 in faq.php added
$disableHeaderosTicketJS = 1;
Line 47 in header replaced
<script src=”<?php echo ROOT_PATH; ?>js/osticket.js”></script>
with
<script type=”text/javascript” scr=”<?php if($disableHeaderosTicketJS == 1){ echo “”;}else{ echo “<?php echo ROOT_PATH; ?>js/osticket.js”;}?>”> </script>