Toby Chui hace 1 año
padre
commit
4902e16113
Se han modificado 3 ficheros con 1 adiciones y 0 borrados
  1. BIN
      sys.db
  2. 0 0
      sys.db.lock
  3. 1 0
      web/index.html

BIN
sys.db


+ 0 - 0
sys.db.lock


+ 1 - 0
web/index.html

@@ -165,6 +165,7 @@
                 $(targetBtn).addClass("active");
                 $(".functiontab").hide();
                 $("#" + tabID).fadeIn('fast');
+                $('html,body').animate({scrollTop: 0}, 'fast');
                 window.location.hash = tabID;
             }