mirror of https://github.com/xwiki-labs/cryptpad
fix typo in poll
This commit is contained in:
parent
69f9a7ebf3
commit
8359902f6a
|
@ -651,7 +651,7 @@ define([
|
|||
|
||||
if (editable === false) {
|
||||
// disable all the things
|
||||
$('.icp-app-poll-realtime input, .cp-app-poll-realtime button, .cp-app-poll-upper button, .cp-app-poll-realtime textarea').attr('disabled', true);
|
||||
$('.cp-app-poll-realtime input, .cp-app-poll-realtime button, .cp-app-poll-upper button, .cp-app-poll-realtime textarea').attr('disabled', true);
|
||||
$('span.cp-app-poll-table-edit, span.cp-app-poll-table-remove').hide();
|
||||
$('span.cp-app-poll-table-lock').addClass('fa-lock').removeClass('fa-unlock')
|
||||
.attr('title', Messages.poll_locked)
|
||||
|
|
Loading…
Reference in New Issue