aboutsummaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorRomain d'Alverny <rda@mageia.org>2012-05-15 17:32:53 +0000
committerRomain d'Alverny <rda@mageia.org>2012-05-15 17:32:53 +0000
commite15bd9e29187063bba0005e05f3b0cb4e4550087 (patch)
treea00a10d9301f91c8d60715e21777bfc0f13b0db7 /index.php
parentc3b4ecc4803de95fa2bc5b604fd91ffdb4b90f1d (diff)
downloadnav-e15bd9e29187063bba0005e05f3b0cb4e4550087.tar
nav-e15bd9e29187063bba0005e05f3b0cb4e4550087.tar.gz
nav-e15bd9e29187063bba0005e05f3b0cb4e4550087.tar.bz2
nav-e15bd9e29187063bba0005e05f3b0cb4e4550087.tar.xz
nav-e15bd9e29187063bba0005e05f3b0cb4e4550087.zip
fix snippet js call
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index f55f294..a0f32d8 100644
--- a/index.php
+++ b/index.php
@@ -15,6 +15,6 @@
echo Markdown(file_get_contents('README.md'));
?>
</div>
- <script src="/_nav/js/"></script>
+ <script src="/js/"></script>
</body>
</html> \ No newline at end of file