From: Shuanglei Tao Date: Sun, 9 Sep 2018 05:10:32 +0000 (+0800) Subject: html: fix String.endsWith on ie11 X-Git-Url: http://git.prime8.dev/?a=commitdiff_plain;h=8e090612d374f0295283d87f2dfec67988648707;p=ttyd.git html: fix String.endsWith on ie11 --- diff --git a/html/js/app.js b/html/js/app.js index 6ff6a00..4b499a8 100644 --- a/html/js/app.js +++ b/html/js/app.js @@ -5,6 +5,7 @@ require('core-js/fn/array'); require('core-js/fn/object'); require('core-js/fn/promise'); require('core-js/fn/typed'); +require('core-js/fn/string/ends-with'); require('fast-text-encoding'); var Zmodem = require('zmodem.js/src/zmodem_browser'); diff --git a/src/index.html b/src/index.html index e10e420..287e74b 100644 --- a/src/index.html +++ b/src/index.html @@ -1 +1 @@ -ttyd - Terminal
\ No newline at end of file +ttyd - Terminal
\ No newline at end of file