Plugin Directory

Changeset 595281


Ignore:
Timestamp:
09/06/2012 08:01:31 AM (13 years ago)
Author:
Thinglink
Message:

load embed.js from CDN

Location:
thinglink
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • thinglink/tags/1.0.8/readme.txt

    r524085 r595281  
    6060* Improved documentation
    6161
     62= 1.0.8 =
     63* Updated embed code to use CDN
     64
    6265== Frequently Asked Questions ==
    6366
     
    104107= 1.0.7 =
    105108Upgrading shouldn't break any existing installs.
     109
     110= 1.0.8 =
     111Upgrading shouldn't break any existing installs.
  • thinglink/tags/1.0.8/rjw-thinglink.php

    r524085 r595281  
    2828__tlconfig = {hOverflow: false, vOverflow: false};
    2929setTimeout(function(){(function(d,t){var s=d.createElement(t),x=d.getElementsByTagName(t)[0];
    30 s.type='text/javascript';s.async=true;s.src=('https:'==document.location.protocol?'https:':'http:')+'//www.thinglink.com/jse/embed.js';
     30s.type='text/javascript';s.async=true;s.src='//cdn.thinglink.me/jse/embed.js';
    3131x.parentNode.insertBefore(s,x);})(document,'script');},0);
    3232</script>";
  • thinglink/trunk/readme.txt

    r524085 r595281  
    6060* Improved documentation
    6161
     62= 1.0.8 =
     63* Updated embed code to use CDN
     64
    6265== Frequently Asked Questions ==
    6366
     
    104107= 1.0.7 =
    105108Upgrading shouldn't break any existing installs.
     109
     110= 1.0.8 =
     111Upgrading shouldn't break any existing installs.
  • thinglink/trunk/rjw-thinglink.php

    r524085 r595281  
    2828__tlconfig = {hOverflow: false, vOverflow: false};
    2929setTimeout(function(){(function(d,t){var s=d.createElement(t),x=d.getElementsByTagName(t)[0];
    30 s.type='text/javascript';s.async=true;s.src=('https:'==document.location.protocol?'https:':'http:')+'//www.thinglink.com/jse/embed.js';
     30s.type='text/javascript';s.async=true;s.src='//cdn.thinglink.me/jse/embed.js';
    3131x.parentNode.insertBefore(s,x);})(document,'script');},0);
    3232</script>";
Note: See TracChangeset for help on using the changeset viewer.