update oxjs path in reader html

This commit is contained in:
j 2015-03-14 17:51:04 +05:30
parent d933ca8f63
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/cbr.js/cbr.js" type="text/javascript"></script>
<script src="/static/cbr.js/bitjs/archive.js" type="text/javascript"></script>
<script>

View File

@ -24,7 +24,7 @@ limitations under the License.
<link rel="stylesheet" href="/static/pdf.js/viewer.css"/>
<script type="text/javascript" src="/static/oxjs/build/Ox.js"></script>
<script type="text/javascript" src="/static/oxjs/min/Ox.js"></script>
<script type="text/javascript" src="/static/pdf.js/compatibility.js"></script>

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/'));