Skip to content

Commit 746e733

Browse files
committed
2 parents ce8caa8 + 2ee69b7 commit 746e733

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

index.html

+6
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,12 @@ <h2>A Coderockr está pronta para<br /><span>dar um show</span>,<br />entre em c
250250
load: ('https:' == location.protocol ? '//ssl' : '//www') + '.google-analytics.com/ga.js'
251251
});
252252
</script>
253+
<script>
254+
var language = window.navigator.userLanguage || window.navigator.language;
255+
if(language.toLowerCase() != 'pt-br') {
256+
window.location.href='http://en.coderockr.com';
257+
}
258+
</script>
253259

254260
<!--[if lt IE 7 ]>
255261
<script src="//ajax.googleapis.com/ajax/libs/chrome-frame/1.0.3/CFInstall.min.js"></script>

0 commit comments

Comments
 (0)