Skip to content

Commit

Permalink
Fix paths in demo
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaldron committed May 23, 2011
1 parent 90d299a commit 396444e
Showing 1 changed file with 69 additions and 69 deletions.
138 changes: 69 additions & 69 deletions demo/index.html
Original file line number Diff line number Diff line change
@@ -1,69 +1,69 @@
<!DOCTYPE html>
<html>
<head>
<title>yak-yak-face - chat with jquery.eventsource.js</title>



<link rel="stylesheet" href="/jquery-ui-1.9m2/themes/base/jquery.ui.all.css" />
<link rel="stylesheet" href="yakyak.css" />


<script src="/jquery-ui-1.9m2/jquery-1.4.2.js"></script>
<script src="/jquery-ui-1.9m2/ui/jquery.ui.core.js"></script>
<script src="/jquery-ui-1.9m2/ui/jquery.ui.widget.js"></script>
<script src="/jquery-ui-1.9m2/ui/jquery.ui.position.js"></script>
<script src="/jquery-ui-1.9m2/ui/jquery.ui.tooltip.js"></script>

<!--
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css" />
<script src="http://code.jquery.com/jquery.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/jquery-ui.js"></script>
-->
<script src="http://platform.twitter.com/anywhere.js?id=2HFiAFgUfusZ8PPZQ1ew&amp;v=1"></script>
<script src="http://github.com/rwldrn/jquery.eventsource/raw/master/jquery.eventsource.js"></script>
<script src="yakyak.js"></script>


</head>
<body>
<ul id="yak-currentusers-ul">

</ul>
<div id="container">
<div id="twitter-connect-placeholder"></div>


<header>
<h1>Yak-Yak</h1>
<p>
<a href="http://github.com/rwldrn/jquery.eventsource">Source Available At Github</a>
<span id="hint">Hint: type ?gb</span>
</p>
</header>
<section>
<article class="shadow-box">
<ul id="yak-messages-ul">

</ul>
</article>

</section>
<footer class="shadow-box">
<span id="yakyak-form">
<form>
<input type="text" id="yak-message" value="" autocomplete="off" title="hint: Try typing '?gb'">
<button>SEND</button>
<input type=submit>
</form>
</span>
</footer>



<script src="yakyak-twitter.js"></script>


</div>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<title>yak-yak-face - chat with jquery.eventsource.js</title>



<link rel="stylesheet" href="jquery-ui-1.9m2/themes/base/jquery.ui.all.css" />
<link rel="stylesheet" href="yakyak.css" />


<script src="jquery-ui-1.9m2/jquery-1.4.2.js"></script>
<script src="jquery-ui-1.9m2/ui/jquery.ui.core.js"></script>
<script src="jquery-ui-1.9m2/ui/jquery.ui.widget.js"></script>
<script src="jquery-ui-1.9m2/ui/jquery.ui.position.js"></script>
<script src="jquery-ui-1.9m2/ui/jquery.ui.tooltip.js"></script>

<!--
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css" />
<script src="http://code.jquery.com/jquery.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/jquery-ui.js"></script>
-->
<script src="http://platform.twitter.com/anywhere.js?id=2HFiAFgUfusZ8PPZQ1ew&amp;v=1"></script>
<script src="http://github.com/rwldrn/jquery.eventsource/raw/master/jquery.eventsource.js"></script>
<script src="yakyak.js"></script>


</head>
<body>
<ul id="yak-currentusers-ul">

</ul>
<div id="container">
<div id="twitter-connect-placeholder"></div>


<header>
<h1>Yak-Yak</h1>
<p>
<a href="http://github.com/rwldrn/jquery.eventsource">Source Available At Github</a>
<span id="hint">Hint: type ?gb</span>
</p>
</header>
<section>
<article class="shadow-box">
<ul id="yak-messages-ul">

</ul>
</article>

</section>
<footer class="shadow-box">
<span id="yakyak-form">
<form>
<input type="text" id="yak-message" value="" autocomplete="off" title="hint: Try typing '?gb'">
<button>SEND</button>
<input type=submit>
</form>
</span>
</footer>



<script src="yakyak-twitter.js"></script>


</div>
</body>
</html>

0 comments on commit 396444e

Please sign in to comment.