diff --git a/interface/resources/html/tabletHelp.html b/interface/resources/html/tabletHelp.html
index 68a34245c7..a1739b3d67 100644
--- a/interface/resources/html/tabletHelp.html
+++ b/interface/resources/html/tabletHelp.html
@@ -137,29 +137,24 @@
                 switch (params.handControllerName) {
                     case "oculus":
                         handControllerImageURL = "img/tablet-help-oculus.jpg";
-                        index = 0;
                         break;
                     case "windowsMR":
                         handControllerImageURL = "img/tablet-help-windowsMR.jpg";
-                        index = 0;
                         break;
                     case "vive":
 						handControllerImageURL = "img/tablet-help-vive.jpg";
-                        index = 0;
                     default:
-
                 }
 
                 switch (params.defaultTab) {
+					case "handControllers":
+                        showHandControllers();
+						index = 0;
+                        break;
                     case "gamepad":
                         showGamepad();
                         index = 1;
                         break;
-
-                    case "handControllers":
-                        showHandControllers();
-                        break;
-
                     case "kbm":
                     default:
                         showKbm();