}
     });
     $(function(){$(".scroll").click(function(){$("html,body").animate({scrollTop:$("#glm-main-header").offset().top},"1000");return false})})
-
-    $(".season-tab").on("click",function(e){
-        e.preventDefault();
-      
-    })
 });;jQuery(function($){
    
         if($(document).scrollTop() > 0){
 
         }
     });
     $(function(){$(".scroll").click(function(){$("html,body").animate({scrollTop:$("#glm-main-header").offset().top},"1000");return false})})
-
-    $(".season-tab").on("click",function(e){
-        e.preventDefault();
-      
-    })
 });
\ No newline at end of file
 
 </div>
 <script>
     jQuery( function($) {
-        $( "#season-tabs" ).tabs();
-  } );
+        $("#season-tabs").tabs();
+    
+        $('.season-tab').on("click",function(e){
+            e.preventDefault();
+            e.stopImmediatePropagation();
+        });
+    } );
 </script>
\ No newline at end of file