diff --git a/static/js/prototype/main.js b/static/js/prototype/main.js index 04aef86..4a695fc 100644 --- a/static/js/prototype/main.js +++ b/static/js/prototype/main.js @@ -1,3 +1,6 @@ +// Disable scrolling +window.onscroll = function () { window.scrollTo(0, 0); }; + var mesh_number = 25; var renderer, scene, controls, cube, container, plane, mouse= {x:0, y:0}; var bigmesh;