Plugin Directory

Changeset 1464404


Ignore:
Timestamp:
07/31/2016 06:57:13 PM (9 years ago)
Author:
appsnity
Message:

Bug Fixed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • live-clock-date/trunk/LiveClockDateWidget.php

    r1462363 r1464404  
    104104
    105105            //Browser Supported for Live Clock Date
    106                     document.getElementById('timerSupport').style.display='none';
     106                    // document.getElementById('timerSupport').style.display='none';
    107107           
    108108            // Global varibale definitions:
     
    241241                    myclock += '</div>';
    242242                    }
     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>';
    243244                    if (old == "true") {
    244245                        document.write(myclock);
     
    376377
    377378?>
    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.