From 27068a68df4e97199ad97ad8a9363c53fa3716ba Mon Sep 17 00:00:00 2001 From: shundroid Date: Fri, 25 Aug 2017 21:37:45 +0900 Subject: [PATCH] fixed web animations path --- src/client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client.js b/src/client.js index cf272b2..eebdcde 100644 --- a/src/client.js +++ b/src/client.js @@ -9,7 +9,7 @@ import 'font-awesome/css/font-awesome.css'; if (!document.body.animate) { const script = document.createElement('script'); - script.src = 'https://cdnjs.cloudflare.com/ajax/libs/web-animations/2.3.1/web-animations-next.min.js'; + script.src = '/lib/web-animations-next.min.js'; document.head.appendChild(script); }