Changeset 1468783
- Timestamp:
- 08/05/2016 05:03:30 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
live-clock-date/trunk/LiveClockDateWidget.php
r1466608 r1468783 79 79 if ( $title ) 80 80 echo $before_title . $title . $after_title; 81 82 echo '<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>'; 81 83 82 84 /* Start --- Live Clock Date JS*/ … … 262 264 if (myupdate != 0) { setTimeout("show_clock()",ClockUpdate[myupdate]); } 263 265 } 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);271 266 </script> 272 267 <body onLoad="show_clock()">
Note: See TracChangeset
for help on using the changeset viewer.