pass in missing textarea argument so textpad starts working again

This commit is contained in:
ansuz
2016-03-09 11:02:12 +01:00
parent 8258018c1d
commit 136e2d8cf2

View File

@@ -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,