diff --git a/web/app/assets/javascripts/findSession.js b/web/app/assets/javascripts/findSession.js
index fca452cc9..2d8141a8e 100644
--- a/web/app/assets/javascripts/findSession.js
+++ b/web/app/assets/javascripts/findSession.js
@@ -98,7 +98,6 @@
sessionList.renderActiveSession(session, $(CATEGORY.ACTIVE.id));
});
-
afterLoadActiveSessions(sessions);
}
diff --git a/web/app/assets/stylesheets/client/sessionList.css.scss b/web/app/assets/stylesheets/client/sessionList.css.scss
index 3a388a7fb..9e4884a5b 100644
--- a/web/app/assets/stylesheets/client/sessionList.css.scss
+++ b/web/app/assets/stylesheets/client/sessionList.css.scss
@@ -47,6 +47,10 @@ table.findsession-table, table.local-recordings {
border-top:none;
padding:3px;
vertical-align:middle !important;
+
+ .instruments {
+ height:24px;
+ }
}
.musician-groups td {
diff --git a/web/app/views/layouts/client.html.erb b/web/app/views/layouts/client.html.erb
index 992ac50b1..2565a4ec7 100644
--- a/web/app/views/layouts/client.html.erb
+++ b/web/app/views/layouts/client.html.erb
@@ -6,32 +6,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-