diff --git a/tabs/motor_outputs.html b/tabs/motor_outputs.html
index 72e0853ea5..605fdeed4d 100644
--- a/tabs/motor_outputs.html
+++ b/tabs/motor_outputs.html
@@ -1,7 +1,7 @@
-
Accelerometer - g
+
-
diff --git a/tabs/motor_outputs.js b/tabs/motor_outputs.js
index a35861ed47..20260c2aff 100644
--- a/tabs/motor_outputs.js
+++ b/tabs/motor_outputs.js
@@ -205,7 +205,7 @@ function tab_initialize_motor_outputs() {
});
var accel_max_read = [0, 0, 0];
- $('a.reset').click(function() {
+ $('a.reset_accel_max').click(function() {
accel_max_read = [0, 0, 0];
});