From 2f18edbcac8a42522ebd692a726dee860642d01d Mon Sep 17 00:00:00 2001 From: Daniel Date: Sat, 26 Oct 2019 18:12:56 -0700 Subject: [PATCH] Remove old webgl enable button --- demo/client.ts | 1 - demo/index.html | 1 - 2 files changed, 2 deletions(-) diff --git a/demo/client.ts b/demo/client.ts index b32d6c6a..5b76700e 100644 --- a/demo/client.ts +++ b/demo/client.ts @@ -118,7 +118,6 @@ if (document.location.pathname === '/test') { } else { createTerminal(); document.getElementById('dispose').addEventListener('click', disposeRecreateButtonHandler); - document.getElementById('webgl').addEventListener('click', () => term.loadAddon(new WebglAddon())); } function createTerminal(): void { diff --git a/demo/index.html b/demo/index.html index 83ea6815..88c6bc4c 100644 --- a/demo/index.html +++ b/demo/index.html @@ -41,7 +41,6 @@

Attention: The demo is a barebones implementation and is designed for the development and evaluation of xterm.js only. Exposing the demo to the public as is would introduce security risks for the host.

-