From 8e090612d374f0295283d87f2dfec67988648707 Mon Sep 17 00:00:00 2001 From: Shuanglei Tao Date: Sun, 9 Sep 2018 13:10:32 +0800 Subject: [PATCH] html: fix String.endsWith on ie11 --- html/js/app.js | 1 + src/index.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 -- 2.43.4