.KS should be .js

This commit is contained in:
Tom Willemsen 2012-07-01 16:49:20 +02:00
parent 46a4c2fe6c
commit fad292cb0f

View file

@ -8,7 +8,7 @@
#+STARTUP: showall
#+begin_html
<script src="/keyjs.KS" type="text/javascript"></script>
<script src="/keyjs.js" type="text/javascript"></script>
<script type="text/javascript">
keyjs_initialize({ "u": [ "keyjs_goto", "../index.html" ],
"h": [ "keyjs_goto", "http://ryuslash.org" ] });