Explorar o código

Added changelog redirect script.

Mr.doob %!s(int64=5) %!d(string=hai) anos
pai
achega
71f69455fb
Modificáronse 1 ficheiros con 11 adicións e 0 borrados
  1. 11 0
      changelog/index.html

+ 11 - 0
changelog/index.html

@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<html lang="en">
+	<head>
+		<script>
+			if ( window.location.search.length === 5 ) {
+				var github = 'https://github.com/mrdoob/three.js/releases/tag/';
+				window.location.replace( github + window.location.search.substr( 1, 4 ) );
+			}
+		</script>
+	</head>
+</html>