We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 66f5ec3 + fc44cde commit dc1b835Copy full SHA for dc1b835
assets/javascripts/app.js
@@ -18,6 +18,9 @@ var App = (function ($, publ) {
18
$("#history ul.details li:contains('Geometry')").hide();
19
$("#history ul.details li:contains('Geometrie')").hide();
20
21
+ // Hack to hide "Members" box on project overview
22
+ $("#content .splitcontentright div.members.box").hide();
23
+
24
return;
25
};
26
0 commit comments