add FIXME notes to poll

This commit is contained in:
ansuz 2017-03-03 16:13:32 +01:00
parent ed9bcca96f
commit 08c862b271
1 changed files with 2 additions and 0 deletions

View File

@ -306,6 +306,7 @@ var Renderer = function (Cryptpad) {
labelClass += ' yes';
}
// TODO implement Yes/No/Maybe/Undecided
return ['TD', {class:"checkbox-cell"}, [
['DIV', {class: 'checkbox-contain'}, [
['INPUT', attrs, []],
@ -397,6 +398,7 @@ var Renderer = function (Cryptpad) {
info.node.selectionEnd = info.selection[1];
}
} catch (err) {
// FIXME LOL empty try-catch?
//console.log(info.node);
//console.error(err);
}