Skip to content

Commit

Permalink
Linked correct resources on tablet tests...
Browse files Browse the repository at this point in the history
  • Loading branch information
pinaypunto committed Aug 12, 2013
1 parent 59dff91 commit 92669b2
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 20 deletions.
8 changes: 4 additions & 4 deletions example/others/tablet1.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
<meta http-equiv="cleartype" content="on">

<!-- Main Stylesheet -->
<link rel="stylesheet" href="../components/lungo.brownie/lungo.css">
<link rel="stylesheet" href="../components/lungo.brownie/lungo.theme.css">
<link rel="stylesheet" href="../components/lungo.icon/lungo.icon.css">
<link rel="stylesheet" href="../../package/lungo/lungo.css">
<link rel="stylesheet" href="../../package/lungo/lungo.theme.css">
<link rel="stylesheet" href="../../package/lungo.icon/lungo.icon.css">

</head>

Expand Down Expand Up @@ -125,7 +125,7 @@

<!-- Lungo dependencies -->
<script src="../components/quojs/quo.js"></script>
<script src="../components/lungo.brownie/lungo.debug.js"></script>
<script src="../../package/lungo/lungo.js"></script>

<!-- LungoJS - Sandbox App -->
<script>
Expand Down
9 changes: 5 additions & 4 deletions example/others/tablet2.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
<meta http-equiv="cleartype" content="on">

<!-- Main Stylesheet -->
<link rel="stylesheet" href="../components/lungo.brownie/lungo.css">
<link rel="stylesheet" href="../components/lungo.brownie/lungo.theme.css">
<link rel="stylesheet" href="../components/lungo.icon/lungo.icon.css">
<link rel="stylesheet" href="../../package/lungo/lungo.css">
<link rel="stylesheet" href="../../package/lungo/lungo.theme.css">
<link rel="stylesheet" href="../../package/lungo.icon/lungo.icon.css">

</head>

Expand Down Expand Up @@ -82,9 +82,10 @@
</section>



<!-- Lungo dependencies -->
<script src="../components/quojs/quo.js"></script>
<script src="../components/lungo.brownie/lungo.debug.js"></script>
<script src="../../package/lungo/lungo.js"></script>

<!-- LungoJS - Sandbox App -->
<script>
Expand Down
8 changes: 4 additions & 4 deletions example/others/tablet3.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
<meta http-equiv="cleartype" content="on">

<!-- Main Stylesheet -->
<link rel="stylesheet" href="../components/lungo.brownie/lungo.css">
<link rel="stylesheet" href="../components/lungo.brownie/lungo.theme.css">
<link rel="stylesheet" href="../components/lungo.icon/lungo.icon.css">
<link rel="stylesheet" href="../../package/lungo/lungo.css">
<link rel="stylesheet" href="../../package/lungo/lungo.theme.css">
<link rel="stylesheet" href="../../package/lungo.icon/lungo.icon.css">

</head>

Expand Down Expand Up @@ -79,7 +79,7 @@

<!-- Lungo dependencies -->
<script src="../components/quojs/quo.js"></script>
<script src="../components/lungo.brownie/lungo.debug.js"></script>
<script src="../../package/lungo/lungo.js"></script>

<!-- LungoJS - Sandbox App -->
<script>
Expand Down
10 changes: 6 additions & 4 deletions example/others/tablet4.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@
<meta http-equiv="cleartype" content="on">

<!-- Main Stylesheet -->
<link rel="stylesheet" href="../components/lungo.brownie/lungo.css">
<link rel="stylesheet" href="../components/lungo.brownie/lungo.theme.css">
<link rel="stylesheet" href="../components/lungo.icon/lungo.icon.css">
<link rel="stylesheet" href="../../package/lungo/lungo.css">
<link rel="stylesheet" href="../../package/lungo/lungo.theme.css">
<link rel="stylesheet" href="../../package/lungo.icon/lungo.icon.css">

</head>

<body>
Expand All @@ -42,9 +43,10 @@
</article>
</section>


<!-- Lungo dependencies -->
<script src="../components/quojs/quo.js"></script>
<script src="../components/lungo.brownie/lungo.debug.js"></script>
<script src="../../package/lungo/lungo.js"></script>
<script>
Lungo.init({
name: 'test',
Expand Down
10 changes: 6 additions & 4 deletions example/others/tablet5.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@
<meta http-equiv="cleartype" content="on">

<!-- Main Stylesheet -->
<link rel="stylesheet" href="../components/lungo.brownie/lungo.css">
<link rel="stylesheet" href="../components/lungo.brownie/lungo.theme.css">
<link rel="stylesheet" href="../components/lungo.icon/lungo.icon.css">
<link rel="stylesheet" href="../../package/lungo/lungo.css">
<link rel="stylesheet" href="../../package/lungo/lungo.theme.css">
<link rel="stylesheet" href="../../package/lungo.icon/lungo.icon.css">

</head>

<body>
Expand All @@ -42,9 +43,10 @@
</article>
</section>


<!-- Lungo dependencies -->
<script src="../components/quojs/quo.js"></script>
<script src="../components/lungo.brownie/lungo.debug.js"></script>
<script src="../../package/lungo/lungo.js"></script>
<script>
Lungo.init({
name: 'test',
Expand Down

0 comments on commit 92669b2

Please sign in to comment.