Plugin Directory

Changeset 1468783


Ignore:
Timestamp:
08/05/2016 05:03:30 PM (9 years ago)
Author:
appsnity
Message:

Bug Fixed.

File:
1 edited

Legend:

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

    r1466608 r1468783  
    7979        if ( $title )
    8080            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>';
    8183
    8284        /* Start --- Live Clock Date JS*/
     
    262264                if (myupdate != 0) { setTimeout("show_clock()",ClockUpdate[myupdate]); }
    263265            }
    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);
    271266            </script>
    272267            <body onLoad="show_clock()">
Note: See TracChangeset for help on using the changeset viewer.