prepare new poll app for release

move old poll into poll/old
This commit is contained in:
ansuz
2017-01-04 15:48:50 +01:00
parent 6c4e070c82
commit 05a956879a
8 changed files with 78 additions and 20 deletions

View File

@@ -268,7 +268,11 @@ var Renderer = function (Cryptpad) {
return ['SPAN', {
'data-rt-id': id,
class: 'lock',
}, ['🔒']];
}, [['i', {
class: 'fa fa-lock',
'aria-hidden': true,
}, []]
]];
};
var makeHeadingCell = Render.makeHeadingCell = function (cell, readOnly) {