Remove link

This commit is contained in:
Thomas FORGIONE 2015-10-13 08:48:48 +02:00
parent 918d5a9b5e
commit 72e76cc0a1
3 changed files with 4 additions and 5 deletions

View File

@ -1,8 +1,7 @@
var Lib = module.exports;
// http://codereview.stackexchange.com/questions/37028/grouping-elements-in-array-by-multiple-properties
Lib.groupBy = function(array, f)
{
Lib.groupBy = function(array, f) {
var groups = {};
array.forEach(function(o) {
var group = JSON.stringify(f(o));
@ -20,7 +19,7 @@ function letterToInt(letter) {
case 'B': return 0;
case 'V': return 1;
case 'A': return 2;
default: return null;
default : return null;
}
}

View File

@ -17,7 +17,7 @@ function start() {
function() {
write(" done !\n");
client.query(
'SELECT * FROM Users',
'SELECT * FROM Users WHERE valid',
function(err, result) {
users = result.rows;
main();

View File

@ -20,7 +20,7 @@ html(lang='fr')
span.sr-only Toggle navigation
span.icon-bar
span.icon-bar
a.navbar-brand(href="#{urls.index}") 3DUI
a.navbar-brand(href="#{urls.index}", style={'pointer-events':'none'}) 3DUI
block links