summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorLV-426 <lv-426@taproot.org.il>2014-11-11 02:01:27 +0200
committerAlon Levy <alon@pobox.com>2014-11-11 14:30:09 +0200
commit4d1929936434516ee965e3dce4941e592ab14be1 (patch)
treeeb29ee200c1bf0acec60803c3b5da8f282a4586e /index.html
parentcc3d3c2ad04ab84a2d1065e61e1eb0f1cbb6ecd8 (diff)
mv all external resources out of scripts/
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 077b95ae..d6010092 100644
--- a/index.html
+++ b/index.html
@@ -9,7 +9,7 @@
<link rel="shortcut icon" href="images/favicon2.ico" />
<script src="scripts/local_config.js"></script>
- <script data-main='scripts/app.js' src="scripts/external/require.js"></script>
+ <script data-main='scripts/app.js' src="external/require.js"></script>
</head>