Changeset 1464404
- Timestamp:
- 07/31/2016 06:57:13 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
live-clock-date/trunk/LiveClockDateWidget.php
r1462363 r1464404 104 104 105 105 //Browser Supported for Live Clock Date 106 document.getElementById('timerSupport').style.display='none';106 // document.getElementById('timerSupport').style.display='none'; 107 107 108 108 // Global varibale definitions: … … 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 if (old == "true") { 244 245 document.write(myclock); … … 376 377 377 378 ?> 378 379 <!---Browser Supported for Live Clock Date --->380 <div id='timerSupport'381 style='text-align: center;382 position: fixed;383 /* z-index: 5000; */384 bottom: 0;'>385 Your browser is not supported for the Live Clock Date, please visit <a href='http://www.thetimenow.com'>The Time Now</a> for support.386 </div>
Note: See TracChangeset
for help on using the changeset viewer.