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