|
@ -45,7 +45,7 @@ public class ShoutboxTask extends NewParseTask<Shoutbox> { |
|
|
String formUrl = shoutboxForm.attr("action"); |
|
|
String formUrl = shoutboxForm.attr("action"); |
|
|
String sc = shoutboxForm.select("input[name=sc]").first().attr("value"); |
|
|
String sc = shoutboxForm.select("input[name=sc]").first().attr("value"); |
|
|
String shoutName = shoutboxForm.select("input[name=tp-shout-name]").first().attr("value"); |
|
|
String shoutName = shoutboxForm.select("input[name=tp-shout-name]").first().attr("value"); |
|
|
// TODO: make shout send nullable and disable shouting
|
|
|
|
|
|
Element shoutSendInput = shoutboxForm.select("input[name=shout_send]").first(); |
|
|
Element shoutSendInput = shoutboxForm.select("input[name=shout_send]").first(); |
|
|
String shoutSend = null; |
|
|
String shoutSend = null; |
|
|
if (shoutSendInput != null) |
|
|
if (shoutSendInput != null) |
|
|