From 4967e163f4ae6b1d679e14821096f2617c954c8e Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Thu, 17 Nov 2016 18:58:27 +0800 Subject: webui: Support IE11; Fix a missing quotation. * IE11 does NOT support most of the ECMAScript 6 features, such as the "computed property names" which used in "configs.js". * Do not use the "computed property names" feature to support IE11 * Fix a missing quotation in "index.html" --- fg21sim/webui/templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fg21sim/webui/templates/index.html') diff --git a/fg21sim/webui/templates/index.html b/fg21sim/webui/templates/index.html index 9e47472..27fac3d 100644 --- a/fg21sim/webui/templates/index.html +++ b/fg21sim/webui/templates/index.html @@ -17,7 +17,7 @@ {% end %} {# block header_contents #} -- cgit v1.2.2