Update console.html

pull/485/head
Gitai 5 years ago committed by GitHub
parent 99faca6659
commit 2729d64d3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      html/console.html

@ -100,7 +100,7 @@
);
});
$(".fullscreen-control").addEventListener("click", function(e) {
$(".fullscreen-control")[0].addEventListener("click", function(e) {
e.preventDefault();
var fbc = this.parentNode.classList;
fbc[fbc.contains("full") ? "remove" : "add"].call(fbc, "full");

Loading…
Cancel
Save