update oxjs path in reader html

This commit is contained in:
j 2015-03-14 17:51:04 +05:30
commit 31485f1157
3 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<script src="/static/oxjs/build/Ox.js" type="text/javascript"></script>
<script src="/static/oxjs/min/Ox.js" type="text/javascript"></script>
<script src="/static/txt.js/txt.js" type="text/javascript"></script>
<script>
txtjs.open(document.location.pathname.replace(/\/reader\//, '/txt/'));