Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Revert "Redirect par.perl.org to par.wikia.com"
This reverts commit a5b3848.

This redirect was already applied on the web server (with a proper
HTTP 301), and therefore this JavaScript code is useless (unless you
count NoScript warnings as something useful).
  • Loading branch information
KamilaBorowska committed Jun 6, 2014
1 parent a5b3848 commit 0d4730b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions docs/feather/index.html
Expand Up @@ -3,11 +3,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>Perl6 Community Development Server</title>
<script>
if (/:\/\/par.perl.org/i.test(window.location.toString())) {
window.location = 'http://par.wikia.com/';
}
</script>

<link rel="stylesheet" type="text/css" href="http://search.cpan.org/s/style.css"
title="Perl-flavoured style" media="screen" />
</head>
Expand Down

0 comments on commit 0d4730b

Please sign in to comment.