mirror of
https://github.com/rkd77/elinks.git
synced 2025-01-03 14:57:44 -05:00
[test] innerText is not supported yet
This commit is contained in:
parent
431e3caf2d
commit
cb8f7c8423
@ -11,7 +11,7 @@
|
|||||||
<script>
|
<script>
|
||||||
function myFunction() {
|
function myFunction() {
|
||||||
var x = "Width: " + screen.width + "px";
|
var x = "Width: " + screen.width + "px";
|
||||||
document.getElementById("demo").innerText = x;
|
document.getElementById("demo").innerHTML = x;
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user