Skip to content

Commit 8078daf

Browse files
authored
Merge pull request #14 from danrbailey/security
Add private security alias to website
2 parents 37715e7 + 5c602ec commit 8078daf

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

common.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,12 @@ function insertInfoPane() {
3434
// contact info
3535
html += '<div id="sidebar-contact">';
3636
html += '<h3>Contacts</h3>';
37-
html += '<p>TSC Chair: <a href="mailto:[email protected]">[email protected]</a> </br> Developers: </br><a href="mailto:[email protected]">[email protected]</a> </br> Discussion Forum:</br><a href="http://www.openvdb.org/forum/">[email protected]</a></p>';
37+
html += '<p>';
38+
html += 'TSC Chair:</br><a href="mailto:[email protected]">[email protected]</a> </br>';
39+
html += 'TSC Members:</br><a href="mailto:[email protected]">[email protected]</a> </br>';
40+
html += 'Discussion Forum:</br><a href="http://www.openvdb.org/forum/">[email protected]</a> </br>';
41+
html += 'Security Issues:</br><a href="mailto:[email protected]">[email protected]</a>';
42+
html += '</p>'
3843
html += '</div>';
3944

4045
el.innerHTML = html;

0 commit comments

Comments
 (0)