Index: experimental/webtry/templates/footercommon.html |
diff --git a/experimental/webtry/templates/footercommon.html b/experimental/webtry/templates/footercommon.html |
index 57ed5eb193e148c920401365913b03b6b77fdb13..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644 |
--- a/experimental/webtry/templates/footercommon.html |
+++ b/experimental/webtry/templates/footercommon.html |
@@ -1,9 +0,0 @@ |
-<link rel='stylesheet' href='/res/webtry/css/webtry.css' type='text/css'> |
-<link rel='stylesheet' href='/res/css/cm/codemirror.css' type='text/css'> |
- |
-<script src="https://code.jquery.com/jquery-2.1.1.min.js"></script> |
-<script src="/res/webtry/js/bootstrap.js"></script> |
-<script src='/res/js/polyfill.js' type='text/javascript'></script> |
-<script src='/res/js/cm/codemirror.js' type='text/javascript'></script> |
-<script src='/res/js/cm/clike.js' type='text/javascript'></script> |
-<script src='/res/js/webtry.js' type='text/javascript'></script> |