From 3ce072dc2e78275d53bcb77ee8a4d74f68cb3385 Mon Sep 17 00:00:00 2001 From: Carlos Cuesta Date: Wed, 8 Mar 2017 19:42:52 +0100 Subject: [PATCH] :bug: Import clipboard only when needed --- src/templates/index.pug | 1 + 1 file changed, 1 insertion(+) diff --git a/src/templates/index.pug b/src/templates/index.pug index 16f3e57..e7ff051 100644 --- a/src/templates/index.pug +++ b/src/templates/index.pug @@ -34,6 +34,7 @@ html include _includes/_footer.pug script(src='//cdn.jsdelivr.net/clipboard.js/1.5.13/clipboard.min.js') script + include ../scripts/clipboard.js include ../scripts/main.js include ../scripts/notificationFx.js include ../scripts/notification.js