diff --git a/client/admin/category-reports.html b/client/admin/category-reports.html
index 1de1ff50..24dba9ad 100644
--- a/client/admin/category-reports.html
+++ b/client/admin/category-reports.html
@@ -105,7 +105,6 @@
Fix Category
-
diff --git a/client/database/index.js b/client/database/index.js
index d6cfc2e3..5a25af3f 100644
--- a/client/database/index.js
+++ b/client/database/index.js
@@ -1,6 +1,6 @@
const paginationShiftLength = screen.width > 992 ? 10 : 5;
const CATEGORY_BUTTONS = [['Literature', 'primary'], ['History', 'success'], ['Science', 'danger'], ['Fine Arts', 'warning'], ['Religion', 'secondary'], ['Mythology', 'secondary'], ['Philosophy', 'secondary'], ['Social Science', 'secondary'], ['Current Events', 'secondary'], ['Geography', 'secondary'], ['Other Academic', 'secondary'], ['Trash', 'secondary']];
-const SUBCATEGORY_BUTTONS = [['American Literature', 'primary'], ['British Literature', 'primary'], ['Classical Literature', 'primary'], ['European Literature', 'primary'], ['World Literature', 'primary'], ['Other Literature', 'primary'], ['American History', 'success'], ['Ancient History', 'success'], ['European History', 'success'], ['World History', 'success'], ['Other History', 'success'], ['Biology', 'danger'], ['Chemistry', 'danger'], ['Physics', 'danger'], ['Math', 'danger'], ['Other Science', 'danger'], ['Visual Fine Arts', 'warning'], ['Auditory Fine Arts', 'warning'], ['Other Fine Arts', 'warning']];
+const SUBCATEGORY_BUTTONS = [['American Literature', 'primary'], ['British Literature', 'primary'], ['Classical Literature', 'primary'], ['European Literature', 'primary'], ['World Literature', 'primary'], ['Other Literature', 'primary'], ['American History', 'success'], ['Ancient History', 'success'], ['European History', 'success'], ['World History', 'success'], ['Other History', 'success'], ['Biology', 'danger'], ['Chemistry', 'danger'], ['Physics', 'danger'], ['Other Science', 'danger'], ['Visual Fine Arts', 'warning'], ['Auditory Fine Arts', 'warning'], ['Other Fine Arts', 'warning']];
let validCategories = [];
let validSubcategories = [];
function downloadQuestionsAsJSON(tossups, bonuses, filename = 'data.json') {
diff --git a/client/database/index.jsx b/client/database/index.jsx
index 86624809..d93b09b5 100644
--- a/client/database/index.jsx
+++ b/client/database/index.jsx
@@ -30,7 +30,6 @@ const SUBCATEGORY_BUTTONS = [
['Biology', 'danger'],
['Chemistry', 'danger'],
['Physics', 'danger'],
- ['Math', 'danger'],
['Other Science', 'danger'],
['Visual Fine Arts', 'warning'],
['Auditory Fine Arts', 'warning'],
diff --git a/client/multiplayer/room.html b/client/multiplayer/room.html
index 16846df7..e2b1a759 100644
--- a/client/multiplayer/room.html
+++ b/client/multiplayer/room.html
@@ -333,9 +333,6 @@ Subcategories
-
-
-
diff --git a/client/singleplayer/bonuses.html b/client/singleplayer/bonuses.html
index 1982edd6..ac3e6b5a 100644
--- a/client/singleplayer/bonuses.html
+++ b/client/singleplayer/bonuses.html
@@ -297,9 +297,6 @@ Subcategories
-
-
-
diff --git a/client/singleplayer/tossups.html b/client/singleplayer/tossups.html
index cf0811e0..beba2388 100644
--- a/client/singleplayer/tossups.html
+++ b/client/singleplayer/tossups.html
@@ -300,9 +300,6 @@ Subcategories
-
-
-
diff --git a/client/utilities.js b/client/utilities.js
index 2e3e5e93..281afe70 100644
--- a/client/utilities.js
+++ b/client/utilities.js
@@ -3,7 +3,7 @@
const SUBCATEGORIES = {
'Literature': ['American Literature', 'British Literature', 'Classical Literature', 'European Literature', 'World Literature', 'Other Literature'],
'History': ['American History', 'Ancient History', 'European History', 'World History', 'Other History'],
- 'Science': ['Biology', 'Chemistry', 'Physics', 'Math', 'Other Science'],
+ 'Science': ['Biology', 'Chemistry', 'Physics', 'Other Science'],
'Fine Arts': ['Visual Fine Arts', 'Auditory Fine Arts', 'Other Fine Arts'],
'Religion': ['Religion'],
'Mythology': ['Mythology'],
diff --git a/constants.js b/constants.js
index af764f9d..8a9ee25a 100644
--- a/constants.js
+++ b/constants.js
@@ -7,7 +7,7 @@ const DEFAULT_MAX_YEAR = 2023;
const DIFFICULTIES = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10];
const CATEGORIES = ['Literature', 'History', 'Science', 'Fine Arts', 'Religion', 'Mythology', 'Philosophy', 'Social Science', 'Current Events', 'Geography', 'Other Academic', 'Trash'];
-const SUBCATEGORIES_FLATTENED = ['American Literature', 'British Literature', 'Classical Literature', 'European Literature', 'World Literature', 'Other Literature', 'American History', 'Ancient History', 'European History', 'World History', 'Other History', 'Biology', 'Chemistry', 'Physics', 'Math', 'Other Science', 'Visual Fine Arts', 'Auditory Fine Arts', 'Other Fine Arts', 'Religion', 'Mythology', 'Philosophy', 'Social Science', 'Current Events', 'Geography', 'Other Academic', 'Trash'];
+const SUBCATEGORIES_FLATTENED = ['American Literature', 'British Literature', 'Classical Literature', 'European Literature', 'World Literature', 'Other Literature', 'American History', 'Ancient History', 'European History', 'World History', 'Other History', 'Biology', 'Chemistry', 'Physics', 'Other Science', 'Visual Fine Arts', 'Auditory Fine Arts', 'Other Fine Arts', 'Religion', 'Mythology', 'Philosophy', 'Social Science', 'Current Events', 'Geography', 'Other Academic', 'Trash'];
const SUBCATEGORY_TO_CATEGORY = {
'American Literature': 'Literature',
'British Literature': 'Literature',
@@ -69,7 +69,7 @@ const PERMANENT_ROOMS = [
{
name: 'science',
categories: ['Science'],
- subcategories: ['Biology', 'Chemistry', 'Physics', 'Math', 'Other Science'],
+ subcategories: ['Biology', 'Chemistry', 'Physics', 'Other Science'],
},
{
name: 'fine-arts',