- Code: Select all
<script type="text/javascript" src="/(...)/components/com_community/assets/joms.jquery.js"></script>
File: /templates/default/facebook.inviteframe.php
- Code: Select all
<script type="text/javascript" src="/(...)/components/com_community/assets/script-1.2.js"></script>
Note: Unable to find.
- Code: Select all
<script type="text/javascript" src="/(...)/components/com_community/assets/window-1.0.js"></script>
Note: Unable to find.
- Code: Select all
<script type="text/javascript" src="/(...)/components/com_community/assets/joms.ajax.js"></script>
Note: Unable to find.
However, you'll be able to find all .js files inside
/components/com_community/assets
Sames as CSS, etc. The thing is, you don't need to edit the files that call either .js or .css, what you need to do is to use something that compresses it, to reduce page load.
That's all.