Skip to content

Commit 3d6ade7

Browse files
committed
Fixes #7
Fixes issue with google translate being triggered
1 parent 1d4c178 commit 3d6ade7

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

index.html

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<meta charset="utf-8">
55

66
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
7+
<meta name="google" value="translate">
78

89
<title>Benchwarmer</title>
910
<meta name="description" content="Instagram Viewer">
@@ -18,33 +19,33 @@
1819
<body>
1920
<div class="wrap">
2021
<div class="head">
21-
22-
</div><!-- End .head -->
22+
23+
</div><!-- End .head -->
2324
<div class="pics">
2425
<ul id="picsList">
25-
26-
</ul>
26+
27+
</ul>
2728
<div class="clear"></div> <!-- :/ -->
2829
</div><!-- End .pics -->
2930
<div class="footer">
3031
<a href="#" class="settings">Settings</a>
31-
</div>
32-
</div><!-- End .wrap -->
32+
</div>
33+
</div><!-- End .wrap -->
3334
<div class="overlay">
3435
<div class="content">
3536
<h2>Your Dribbble Username</h2>
3637
<input type="text" id="lookup-player" placeholder="player name" />
3738
<p class="subInfo">If you leave this blank Benchwarmer will show the latest popular shots</p>
38-
39+
3940
<h2>Feedback & Support</h2>
4041
<p>We would love to hear your options, ideas & requests as well as bugs that you may find. Please tweet them to <a href="http://www.twitter.com/michaelsacca">@michaelsacca</a> or email <a href="mailto:[email protected]">[email protected]</a></p>
4142

4243

4344
<h2>Who Built This?</h2>
4445
<p>Benchwarmer was built by & <a href="http://www.twitter.com/michaelsacca">@michaelsacca</a> of <a href="http://www.tinyfactory.co">Tiny Factory</a> with <a href="http://www.twitter.com/scottcorgan">@scottcorgan</a>, <a href="https://twitter.com/areus">@areus</a>, <a href="https://twitter.com/twotonebytes">@twotonebytes</a> and <a href="https://twitter.com/AlexRolek">@alexrolek</a>. Much thanks to <a href="https://twitter.com/daryl">@daryl</a> for the flipper plugin</p>
4546
<a class="close">Close</a>
46-
</div>
47-
<div class="overlayBg"></div>
47+
</div>
48+
<div class="overlayBg"></div>
4849
</div>
4950
<!-- Grab Google CDN's jQuery, with a protocol relative URL; fall back to local if offline
5051
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>

0 commit comments

Comments
 (0)