| 662,7 → 662,6 |
| style="cursor: not-allowed !important" |
| onclick="fullscreen.requestOn(document.documentElement, this, this.firstChild)" |
| onkeyup="if (event.keyCode == 13) { this.onclick(); }" |
| tabindex="1" |
| ><span class="text"><script type="text/javascript"> |
| if (fullscreen.isSupportedBy(document.documentElement)) |
| { |
| 689,7 → 688,16 |
| previousIsFullscreen = nowIsFullscreen; |
| } |
| }; |
| |
| */ ?> |
| jsx.dom.addEventListener(window, "load", function () { |
| var cmd3 = jsx.dom.getElementById("cmd3"); |
| if (cmd3) |
| { |
| cmd3.firstChild.tabIndex = "1"; |
| } |
| }); |
| |
| document.write("<?php echo _("Fullscreen"); ?>"); |
| } |
| </script></span></div></li> |