We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0e7480 commit 683dd13Copy full SHA for 683dd13
1 file changed
static/js/main.js
@@ -62,4 +62,6 @@ $(document).ready(function(){
62
//parallax
63
var scene = document.getElementById('scene');
64
var parallaxInstance = new Parallax(scene);
65
-});
+});
66
+
67
+$('.not-active').click(function () {return false;});
0 commit comments