add FIXME notes to poll
This commit is contained in:
parent
ed9bcca96f
commit
08c862b271
@ -306,6 +306,7 @@ var Renderer = function (Cryptpad) {
|
|||||||
labelClass += ' yes';
|
labelClass += ' yes';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TODO implement Yes/No/Maybe/Undecided
|
||||||
return ['TD', {class:"checkbox-cell"}, [
|
return ['TD', {class:"checkbox-cell"}, [
|
||||||
['DIV', {class: 'checkbox-contain'}, [
|
['DIV', {class: 'checkbox-contain'}, [
|
||||||
['INPUT', attrs, []],
|
['INPUT', attrs, []],
|
||||||
@ -397,6 +398,7 @@ var Renderer = function (Cryptpad) {
|
|||||||
info.node.selectionEnd = info.selection[1];
|
info.node.selectionEnd = info.selection[1];
|
||||||
}
|
}
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
|
// FIXME LOL empty try-catch?
|
||||||
//console.log(info.node);
|
//console.log(info.node);
|
||||||
//console.error(err);
|
//console.error(err);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user