comment out dead code so CI doesn't complain
This commit is contained in:
parent
d8ca7963dc
commit
86bad46f48
@ -846,7 +846,7 @@ define([
|
|||||||
|
|
||||||
// shortcircuiting before all of this code since it's not quite the
|
// shortcircuiting before all of this code since it's not quite the
|
||||||
// behaviour we want, and it's a bit of work to make it Do The Right Thing
|
// behaviour we want, and it's a bit of work to make it Do The Right Thing
|
||||||
|
/*
|
||||||
if (First) {
|
if (First) {
|
||||||
// assume the first user to the poll wants to be the administrator...
|
// assume the first user to the poll wants to be the administrator...
|
||||||
// TODO prompt them with questions to set up their poll...
|
// TODO prompt them with questions to set up their poll...
|
||||||
@ -888,7 +888,7 @@ define([
|
|||||||
|
|
||||||
// column might be defined, but that column might have been deleted...
|
// column might be defined, but that column might have been deleted...
|
||||||
if (proxy.table.colsOrder.indexOf(column) === -1) { return void promptForName(); }
|
if (proxy.table.colsOrder.indexOf(column) === -1) { return void promptForName(); }
|
||||||
});
|
});*/
|
||||||
};
|
};
|
||||||
|
|
||||||
var config = {
|
var config = {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user