Changeset 595281
- Timestamp:
- 09/06/2012 08:01:31 AM (13 years ago)
- Location:
- thinglink
- Files:
-
- 4 edited
- 1 copied
-
tags/1.0.8 (copied) (copied from thinglink/trunk)
-
tags/1.0.8/readme.txt (modified) (2 diffs)
-
tags/1.0.8/rjw-thinglink.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/rjw-thinglink.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
thinglink/tags/1.0.8/readme.txt
r524085 r595281 60 60 * Improved documentation 61 61 62 = 1.0.8 = 63 * Updated embed code to use CDN 64 62 65 == Frequently Asked Questions == 63 66 … … 104 107 = 1.0.7 = 105 108 Upgrading shouldn't break any existing installs. 109 110 = 1.0.8 = 111 Upgrading shouldn't break any existing installs. -
thinglink/tags/1.0.8/rjw-thinglink.php
r524085 r595281 28 28 __tlconfig = {hOverflow: false, vOverflow: false}; 29 29 setTimeout(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';30 s.type='text/javascript';s.async=true;s.src='//cdn.thinglink.me/jse/embed.js'; 31 31 x.parentNode.insertBefore(s,x);})(document,'script');},0); 32 32 </script>"; -
thinglink/trunk/readme.txt
r524085 r595281 60 60 * Improved documentation 61 61 62 = 1.0.8 = 63 * Updated embed code to use CDN 64 62 65 == Frequently Asked Questions == 63 66 … … 104 107 = 1.0.7 = 105 108 Upgrading shouldn't break any existing installs. 109 110 = 1.0.8 = 111 Upgrading shouldn't break any existing installs. -
thinglink/trunk/rjw-thinglink.php
r524085 r595281 28 28 __tlconfig = {hOverflow: false, vOverflow: false}; 29 29 setTimeout(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';30 s.type='text/javascript';s.async=true;s.src='//cdn.thinglink.me/jse/embed.js'; 31 31 x.parentNode.insertBefore(s,x);})(document,'script');},0); 32 32 </script>";
Note: See TracChangeset
for help on using the changeset viewer.