fix some paths

This commit is contained in:
j 2011-04-25 14:14:03 +02:00
commit 89905eb8ac
7 changed files with 11 additions and 16 deletions

View file

@ -3,15 +3,11 @@
<head>
<title>Ox.js Tests</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<link rel="stylesheet" type="text/css" href="../build/css/ox.ui.css"/>
<link rel="stylesheet" type="text/css" href="tests.css"/>
<script type="text/javascript" src="../build/js/jquery.js"></script>
<!--<script type="text/javascript" src="../build/js/Ox.js"></script>-->
<script type="text/javascript" src="../build/js/OxUI.js"></script>
<script type="text/javascript" src="../build/js/Ox.js"></script>
<!--<script type="text/javascript" src="../build/js/ox.data.js"></script>-->
<!--<script type="text/javascript" src="../build/js/ox.ui.js"></script>-->
<script type="text/javascript" src="tests.js"></script>
</head>
<body>
</body>
</html>
</html>