Skip to content

Commit fc44cde

Browse files
committed
Hack to hide members box
1 parent 44b9151 commit fc44cde

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

assets/javascripts/app.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ var App = (function ($, publ) {
1818
$("#history ul.details li:contains('Geometry')").hide();
1919
$("#history ul.details li:contains('Geometrie')").hide();
2020

21+
// Hack to hide "Members" box on project overview
22+
$("#content .splitcontentright div.members.box").hide();
23+
2124
return;
2225
};
2326

0 commit comments

Comments
 (0)