Plugin Directory

Changeset 1466608


Ignore:
Timestamp:
08/03/2016 02:44:28 AM (9 years ago)
Author:
appsnity
Message:

Version Update.

File:
1 edited

Legend:

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

    r1464404 r1466608  
    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>';
     243
    244244                    if (old == "true") {
    245245                        document.write(myclock);
     
    263263            }
    264264           
     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);
    265271            </script>
    266272            <body onLoad="show_clock()">
Note: See TracChangeset for help on using the changeset viewer.