nextcloud/apps/comments
Daniel Calviño Sánchez bbe00079cc Fix input field not disabled while a comment is being sent
Since the change of the text area to a content editable div the input
field was no longer disabled while a new comment was being sent. It was
caused by still trying to disable the div using the "disabled" property,
which works only on real input fields; when using a content editable div
the way to disable it is by setting "contenteditable" to "false".

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2017-11-23 14:34:09 +01:00
..
appinfo Update license headers 2017-11-06 16:56:19 +01:00
composer update autoloader 2017-11-01 16:30:20 +01:00
css Force breaks on extremely long words 2017-11-17 15:10:50 +01:00
img Use PNG version of the icons for shipped activities 2017-06-20 13:48:51 +02:00
js Fix input field not disabled while a comment is being sent 2017-11-23 14:34:09 +01:00
l10n [tx-robot] updated from transifex 2017-11-11 01:10:09 +00:00
lib Update license headers 2017-11-06 16:56:19 +01:00
tests Update license headers 2017-11-06 16:56:19 +01:00
.bowerrc add At.js and dependencies 2017-10-22 14:14:33 +02:00