put hidden button in div
This commit is contained in:
parent
00791fb54f
commit
7facd42909
@ -1051,7 +1051,7 @@
|
||||
html += "<div><textarea style=\"display: none;\" name=flavors>" + (GM_getValue('flavors', g.flavors)) + "</textarea></div>";
|
||||
hiddenThread = $.getValue("hiddenThread/" + g.BOARD + "/", {});
|
||||
hiddenNum = Object.keys(g.hiddenReply).length + Object.keys(hiddenThread).length;
|
||||
html += "<input type=\"button\" value=\"hidden: " + hiddenNum + "\"><br>";
|
||||
html += "<div><input type=\"button\" value=\"hidden: " + hiddenNum + "\"></div>";
|
||||
html += "<hr>";
|
||||
html += "<div><a href=\"http://chat.now.im/x/aeos\">support throd</a></div>";
|
||||
html += '<div><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=2DBVZBUAM4DHC&lc=US&item_name=Aeosynth¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donate_LG%2egif%3aNonHosted"><img alt="Donate" src="https://www.paypal.com/en_US/i/btn/btn_donate_LG.gif"/></a></div>';
|
||||
|
||||
@ -803,7 +803,7 @@ options =
|
||||
|
||||
hiddenThread = $.getValue "hiddenThread/#{g.BOARD}/", {}
|
||||
hiddenNum = Object.keys(g.hiddenReply).length + Object.keys(hiddenThread).length
|
||||
html += "<input type=\"button\" value=\"hidden: #{hiddenNum}\"><br>"
|
||||
html += "<div><input type=\"button\" value=\"hidden: #{hiddenNum}\"></div>"
|
||||
|
||||
html += "<hr>"
|
||||
html += "<div><a href=\"http://chat.now.im/x/aeos\">support throd</a></div>"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user