diff --git a/docs/html/preview/index.html b/docs/html/preview/index.html
index 8d7fb8cb5ef6c..ed78e4d1de912 100644
--- a/docs/html/preview/index.html
+++ b/docs/html/preview/index.html
@@ -662,14 +662,6 @@ the recommendations in Building TV Games
}
}
- $(window).hashchange( function(){
- if ($("#tos").is(":visible") && location.hash != "#download") {
- $("#tos").hide();
- $("#landing-wrapper").show();
- }
- });
-
-