Jump to content

JavaScript being loaded twice


Jimbola

Recommended Posts

Hi all,

 

I'm creating a small module to load a GeoTrust certificate. But the code form GeoTrust which I want to show in the footer(default PS) is loading twice. It seems to load from the module and also gets added to the general PS JS list. How can I stop this. The code I use is below;

 

<div id="certificate_block" class="block certificate">
 <h4>SSL Secure Payments</h4>
 <!-- GeoTrust QuickSSL [tm] Smart  Icon tag. Do not edit. -->
 <SCRIPT LANGUAGE="JavaScript"  TYPE="text/javascript" 
 SRC="//smarticon.geotrust.com/si.js"></SCRIPT>
 <!-- end  GeoTrust Smart Icon tag -->
</div>
 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...