put hidden button in div

This commit is contained in:
James Campos 2011-04-15 21:35:24 -07:00
parent 00791fb54f
commit 7facd42909
2 changed files with 2 additions and 2 deletions

View File

@ -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&currency_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>';

View File

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