From 963a435ae1e9248b42b4665acf106dcffa549678 Mon Sep 17 00:00:00 2001
From: Yukai Huang
Date: Sat, 8 Oct 2016 20:02:30 +0800
Subject: Resolve dependency module requiring
* es5 style module exports
* remove script tag require
* webpack config ProvidePlugin
Note that this commit only fix JavaScript module loading runtime error.
---
public/views/foot.ejs | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
(limited to 'public/views')
diff --git a/public/views/foot.ejs b/public/views/foot.ejs
index a530eff1..759962de 100644
--- a/public/views/foot.ejs
+++ b/public/views/foot.ejs
@@ -22,13 +22,12 @@
<% } %>
+
+
+
+
-
-
-
-
-
--
cgit v1.2.3