");
- //go through all the rows in the list
- $('table').find('tr').each(function () {
- if (!($(this).find('td').hasClass("course_header")) && $(this).has('th').length == 0) {
- //if a course row, then add the extension button
- $(this).append(`
");
+ //go through all the rows in the list
+ $('table').find('tr').each(function () {
+ if (!($(this).find('td').hasClass("course_header")) && $(this).has('th').length == 0) {
+ //if a course row, then add the extension button
+ $(this).append(`
`);
+ }
+ });
+ }
//update the conflicts
update();
/*Handle the button clicks*/
diff --git a/popup.html b/popup.html
index ba1cdefd..b008d545 100644
--- a/popup.html
+++ b/popup.html
@@ -17,7 +17,7 @@
-
Doesn't Look Like
+
Doesn't Look Like
Anything
To Me.
@@ -27,16 +27,7 @@