Skip to content

Commit

Permalink
changing jq and jq twitter plugin js refs in index.html to be acurate…
Browse files Browse the repository at this point in the history
… after the move to grunt per issue #12
  • Loading branch information
boazsender committed Feb 13, 2012
1 parent 03e956f commit ac2ac95
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions index.html
Expand Up @@ -2,8 +2,9 @@
<html>
<head>
<title>Twitter Search Plugin</title>
<script src="jquery-1.4.2.js"></script>
<script src="jquery.twitter.js"></script>
<script>window.jQuery||document.write('<script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.js"><\/script>')</script>
<script>window.jQuery||document.write('<script src="libs/jquery/jquery.js"><\/script>')</script>

This comment has been minimized.

Copy link
@rwaldron

rwaldron Feb 13, 2012

Collaborator

wat? you only need one of these.

<script src="dist/jquery.twitter.js"></script>
<style type="text/css">
.twitter-posts li {margin-bottom: 10px; font-size: 12px; clear: both; list-style-type:none;}
.twitter-posts li img {float:left; width: 48px; margin:0px 10px 10px 0px;border:1px solid #c2c2c2; -moz-box-shadow: 0px 0px 4px #c2c2c2; -webkit-box-shadow: 0px 0px 4px #c2c2c2; box-shadow: 0px 0px 4px #c2c2c2;}
Expand Down
2 changes: 1 addition & 1 deletion test/jquery.twitter.html
Expand Up @@ -23,7 +23,6 @@ <h2 id="qunit-banner"></h2>
<div id="qunit-testrunner-toolbar"></div>
<h2 id="qunit-userAgent"></h2>
<ol id="qunit-tests"></ol>
<div id="qunit-fixture">
<div class="twitter-posts">
<h5>#testlist1</h5>
<div id="testlist1" ></div>
Expand All @@ -39,6 +38,7 @@ <h5>#testlist4</h5>
<hr class="space">
<h5>#testlist5</h5>
<div id="testlist5" ></div>
<div id="qunit-fixture">
</div>
</div>
</body>
Expand Down

0 comments on commit ac2ac95

Please sign in to comment.