Browse Source

Docs: Updating page title.

Mr.doob 13 years ago
parent
commit
cc144798fc
1 changed files with 3 additions and 1 deletions
  1. 3 1
      docs/index.html

+ 3 - 1
docs/index.html

@@ -84,7 +84,7 @@
 
 		<script src="list.js"></script>
 		<script>
-			var REVISION = '51dev';
+			var REVISION = '50';
 
 			var panel = document.getElementById( 'panel' );
 			var viewer = document.getElementById( 'viewer' );
@@ -117,6 +117,8 @@
 
 				var path = pages[ name ];
 
+				window.document.title = 'three.js - documentation - ' + name;
+
 				window.location.hash = name;
 				viewer.src = 'api/' + path + '.html';