Skip to content

Commit

Permalink
Update the SOPA target.
Browse files Browse the repository at this point in the history
  • Loading branch information
James Socol committed Nov 16, 2011
1 parent e004f82 commit 6d2ac54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions media/js/sopa.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(function($) {
var html = '<a style="width:400px;height:32px;vertical-align:middle;text-align:center;background-color:#000;position:absolute;z-index:5555;left:10px;background-image:url(%simg/mozillaorg_censorship_wht.png);background-position:center center;background-repeat:no-repeat;text-indent:-9999px;-moz-transform:rotate(-1deg);-webkit-transform:rotate(-1deg);transform:rotate(-1deg);top: 41px;" href="http://americancensorship.org">STOP CENSORSHIP</a>';
var html = '<a style="width:400px;height:32px;vertical-align:middle;text-align:center;background-color:#000;position:absolute;z-index:5555;left:10px;background-image:url(%simg/mozillaorg_censorship_wht.png);background-position:center center;background-repeat:no-repeat;text-indent:-9999px;-moz-transform:rotate(-1deg);-webkit-transform:rotate(-1deg);transform:rotate(-1deg);top: 41px;" href="http://www.mozilla.org/sopa/">STOP CENSORSHIP</a>';

function isACD() {
var start = new Date('Wed Nov 16 2011 00:00:01'),
Expand All @@ -25,4 +25,4 @@
$('#masthead').append(interpolate(html, [$('body').data('media-url')]));
}

}(jQuery));
}(jQuery));

0 comments on commit 6d2ac54

Please sign in to comment.