Moved most of the sidebar into a CommonLinks panel

This commit is contained in:
2019-05-24 09:30:02 +10:00
parent 936fe9f2f5
commit 4fe34a62e8
5 changed files with 52 additions and 38 deletions
+1 -1
View File
@@ -98,7 +98,7 @@ function profileRequestInner(connection, req, res, fields) {
scientists: results[0].scientists
});
res.end();
// log('Profile sent', fields.username, fields.id, fields.token);
log('Profile sent', fields.username, fields.id, fields.token);
}
});
}