pass in missing textarea argument so textpad starts working again
This commit is contained in:
@@ -20,6 +20,7 @@ define([
|
|||||||
var $textarea = $('textarea');
|
var $textarea = $('textarea');
|
||||||
|
|
||||||
var config = {
|
var config = {
|
||||||
|
textarea: $textarea[0],
|
||||||
websocketURL: Config.websocketURL,
|
websocketURL: Config.websocketURL,
|
||||||
userName: Crypto.rand64(8),
|
userName: Crypto.rand64(8),
|
||||||
channel: key.channel,
|
channel: key.channel,
|
||||||
|
|||||||
Reference in New Issue
Block a user