| 373,8 → 373,6 |
| <tr> |
| <th><?php echo _('Display'); ?>:</th> |
| <td><script type="text/javascript"> |
| var runAsync = jsx.dom.timeout.runAsync; |
| |
| (function () { |
| var screenInfo = jsx.dom.window.screenInfo; |
| |
| 433,7 → 431,7 |
| }); |
| |
| var oColorDepth; |
| runAsync(function () { |
| jsx.dom.timeout.runAsync(function () { |
| if (typeof oColorDepth == "undefined") |
| { |
| oColorDepth = document.getElementById("colorDepth"); |
| 458,7 → 456,7 |
| document.write('<span id="ua" title="' + ua + '">' + ua + '<\/span>'); |
| |
| var oUA; |
| runAsync(function () { |
| jsx.dom.timeout.runAsync(function () { |
| if (typeof oUA == "undefined") |
| { |
| oUA = document.getElementById("ua"); |
| 618,7 → 616,7 |
| document.write('<span id="features" title="' + sFeatures + '">' + sFeatures + '<\/span>'); |
| |
| var oFeatures; |
| var tFeatures = runAsync(function () { |
| var tFeatures = window.setTimeout(function () { |
| if (typeof oFeatures == "undefined") |
| { |
| oFeatures = document.getElementById("features"); |
| 631,8 → 629,6 |
| /* Converts CREs */ |
| oFeatures.title = oFeatures.innerHTML; |
| } |
| |
| tFeatures = this.run(); |
| }, 1000); |
| }()); |
| </script><noscript><?php echo _('N/A'); ?></noscript></td> |