Changeset 1466608
- Timestamp:
- 08/03/2016 02:44:28 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
live-clock-date/trunk/LiveClockDateWidget.php
r1464404 r1466608 241 241 myclock += '</div>'; 242 242 } 243 myclock += '<div style="display:none;">Your browser is not supported for the Live Clock Timer, please visit <a href="http://www.thetimenow.com" target="_blank">The Time Now</a> for support.</div>'; 243 244 244 if (old == "true") { 245 245 document.write(myclock); … … 263 263 } 264 264 265 var newItem = document.createElement("div"); 266 newItem.style.display = "none"; 267 var newLink = document.createElement('a'); 268 newItem.innerHTML = 'Your browser is not supported for the Live Clock Timer, please visit <a href="http://www.thetimenow.com" target="_blank">The Time Now</a> for support.'; 269 var list = document.getElementById("LiveClockIE"); 270 list.parentNode.insertBefore(newItem, list.nextSibling); 265 271 </script> 266 272 <body onLoad="show_clock()">
Note: See TracChangeset
for help on using the changeset viewer.