diff --git a/index.html b/index.html
index c9b70bd..a1f7e6e 100644
--- a/index.html
+++ b/index.html
@@ -100,7 +100,8 @@
Courtesy of highlight.js.Pretty Code
- var supports3DTransforms = document.body.style['webkitPerspective'] !== undefined ||
+
+linkify( 'a' );
+
+var supports3DTransforms = document.body.style['webkitPerspective'] !== undefined ||
document.body.style['MozPerspective'] !== undefined ||
document.body.style['perspective'] !== undefined;
@@ -120,7 +121,8 @@ function linkify( selector ) {
}
}
-linkify( 'a' );