Skip to content

Commit

Permalink
Using jquery 1.7.1 and on for gluing zeroclipboard
Browse files Browse the repository at this point in the history
  • Loading branch information
arvida committed Mar 23, 2012
1 parent bb30de6 commit 4d535dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/index.html
Expand Up @@ -597,7 +597,7 @@ <h3>Campfire also supports a few sounds</h3>
<a href="http://subtlepatterns.com/">SubtlePatterns</a> and
<a href="http://www.givainc.com/labs/jnotify_jquery_plugin.htm">jnotify</a>.</p>
</div>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script src="/libs.min.js?1"></script>
<script>
$(function() {
Expand All @@ -616,7 +616,7 @@ <h3>Campfire also supports a few sounds</h3>
_gaq.push(['_trackEvent', 'Emojis', 'Copy', text]);
});

$('ul.buttons > li > div').mouseover( function() {
$('ul.buttons').on('mouseover', 'div', function() {
try {
if (clip_flash_block_detect.movie.PercentLoaded()){
clip.setText($(this).text().trim());
Expand Down

0 comments on commit 4d535dd

Please sign in to comment.