diff options
author | Cheng-Han, Wu | 2016-01-21 01:16:53 -0600 |
---|---|---|
committer | Cheng-Han, Wu | 2016-01-21 01:16:53 -0600 |
commit | 018beab583b5affb59321762388e376d5f123b0f (patch) | |
tree | 7476b275c2cb23b7bd5414f37005906c8a02f128 | |
parent | 98a8640edb8e4aac003601269166d981d04bded0 (diff) |
Removed unused include
-rw-r--r-- | public/views/head.ejs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/public/views/head.ejs b/public/views/head.ejs index acc6c78d..92fd44e4 100644 --- a/public/views/head.ejs +++ b/public/views/head.ejs @@ -18,7 +18,6 @@ <link rel="stylesheet" href="/vendor/bootstrap/dist/css/bootstrap.min.css"> <link rel="stylesheet" href="/vendor/font-awesome/css/font-awesome.min.css"> <link rel="stylesheet" href="/css/bootstrap-social.css"> -<link rel="stylesheet" href="/vendor/bootstrap-switch/dist/css/bootstrap3/bootstrap-switch.min.css"> <% } %> <link rel="stylesheet" href="/vendor/jquery-ui/jquery-ui.min.css"> <link rel="stylesheet" href="/vendor/codemirror/lib/codemirror.css"> |