mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
pass in missing textarea argument so textpad starts working again
This commit is contained in:
parent
8258018c1d
commit
136e2d8cf2
@ -20,6 +20,7 @@ define([
|
||||
var $textarea = $('textarea');
|
||||
|
||||
var config = {
|
||||
textarea: $textarea[0],
|
||||
websocketURL: Config.websocketURL,
|
||||
userName: Crypto.rand64(8),
|
||||
channel: key.channel,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user