From 14ecdc62b461f66ac1ab6f0b6adcb51a40531fcc Mon Sep 17 00:00:00 2001 From: Frederik Carlier Date: Fri, 29 Sep 2017 14:09:25 +0200 Subject: [PATCH] Only load ES6 module loader polyfill if needed Safari and Chrome now have native support for modules, so we need to make sure we only load our polyfill when actually needed. --- vnc_lite.html | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/vnc_lite.html b/vnc_lite.html index 68faf42c..729aabb1 100644 --- a/vnc_lite.html +++ b/vnc_lite.html @@ -60,7 +60,20 @@ - + + + + +