Hello,
How i can remove ''qa'' from source code,
now when i open source code have a lot ''qa''
<script src="./qa-content/jquery-1.7.2.min.js" type="text/javascript"></script>
<script src="./qa-content/qa-page.js?1.6.3" type="text/javascript"></script>
how i can make this look like this:
<script src="./content/jquery-1.7.2.min.js" type="text/javascript"></script>
<script src="./content/page.js?1.6.3" type="text/javascript"></script>
?
Thanks.