Remove inline JavaScript?
-
How can I remove this block of inline JavaScript?
<!-- Lightbox Plus v2.3 - 2011.08.11 - Message: 0-->
<script type="text/javascript">
jQuery(document).ready(function($){
$("a[rel*=lightbox]").colorbox({opacity:0.8});
});
</script>
It is incompatible with minified JS, à la W3 Total Cache.
I think this line of code should be moved into the main .js file. No reason for it not to be. Failing that, I would like to put it in my own js functions file.
Love it otherwise, though!
Cheers.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Remove inline JavaScript?’ is closed to new replies.