Peasant IDs instead of Master Race selectors.
This commit is contained in:
parent
7bde57d2f3
commit
c15608deb5
@ -918,7 +918,7 @@
|
||||
var dialog, hiddenNum, hiddenThreads, html, input, _i, _len, _ref;
|
||||
hiddenThreads = $.getValue("hiddenThreads/" + g.BOARD + "/", {});
|
||||
hiddenNum = Object.keys(g.hiddenReplies).length + Object.keys(hiddenThreads).length;
|
||||
html = " <div class=move>Options <a name=close>X</a></div> <hr> <div class=column><ul id=monitor><li>Monitoring</li></ul><ul id=img><li>Imaging</li></ul></div> <div class=column><ul id=post><li>Posting</li></ul><ul id=quote><li>Quoting</li></ul><ul id=filter><li>Filtering</li></ul></div> <div class=column><ul id=misc><li>Enhancing</li></ul></div> <br clear=left> <hr> <div> <div><input type=button value='hidden: " + hiddenNum + "'></div> <div><a name=flavors>Sauce flavors</a></div> </div> <div> <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> <div>Support: <a href=https://github.com/aeosynth/4chan-x/issues>GitHub</a> | <a href=http://chat.now.im/x/aeos>support throd</a> | <a href=http://userscripts.org/scripts/show/51412>uso</a></div> </div> <div><textarea style='display: none;' name=flavors>" + ($.config('flavors')) + "</textarea></div> ";
|
||||
html = " <div class=move>Options <a name=close>X</a></div> <hr> <div class=column><ul id=monitor><li>Monitoring</li></ul><ul id=img><li>Imaging</li></ul></div> <div class=column><ul id=post><li>Posting</li></ul><ul id=quote><li>Quoting</li></ul><ul id=filter><li>Filtering</li></ul></div> <div class=column><ul id=misc><li>Enhancing</li></ul></div> <br clear=left> <hr> <div id=floaty> <div><input type=button value='hidden: " + hiddenNum + "'></div> <div><a name=flavors>Sauce flavors</a></div> </div> <div id=credits> <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> <div>Support: <a href=https://github.com/aeosynth/4chan-x/issues>GitHub</a> | <a href=http://chat.now.im/x/aeos>support throd</a> | <a href=http://userscripts.org/scripts/show/51412>uso</a></div> </div> <div><textarea style='display: none;' name=flavors>" + ($.config('flavors')) + "</textarea></div> ";
|
||||
dialog = ui.dialog('options', {
|
||||
top: '25%',
|
||||
left: '25%'
|
||||
@ -2492,7 +2492,7 @@
|
||||
position: fixed;\
|
||||
padding: 5px;\
|
||||
}\
|
||||
#options .move, #options > div:nth-last-of-type(2) {\
|
||||
#options .move, #credits {\
|
||||
text-align: right;\
|
||||
}\
|
||||
.column {\
|
||||
@ -2507,7 +2507,7 @@
|
||||
#options li:first-child {\
|
||||
text-decoration: underline;\
|
||||
}\
|
||||
#options > div:nth-last-of-type(3) {\
|
||||
#floaty {\
|
||||
float: left;\
|
||||
}\
|
||||
#options textarea {\
|
||||
|
||||
@ -703,11 +703,11 @@ options =
|
||||
<div class=column><ul id=misc><li>Enhancing</li></ul></div>
|
||||
<br clear=left>
|
||||
<hr>
|
||||
<div>
|
||||
<div id=floaty>
|
||||
<div><input type=button value='hidden: #{hiddenNum}'></div>
|
||||
<div><a name=flavors>Sauce flavors</a></div>
|
||||
</div>
|
||||
<div>
|
||||
<div id=credits>
|
||||
<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>
|
||||
<div>Support: <a href=https://github.com/aeosynth/4chan-x/issues>GitHub</a> | <a href=http://chat.now.im/x/aeos>support throd</a> | <a href=http://userscripts.org/scripts/show/51412>uso</a></div>
|
||||
</div>
|
||||
@ -1960,7 +1960,7 @@ main =
|
||||
position: fixed;
|
||||
padding: 5px;
|
||||
}
|
||||
#options .move, #options > div:nth-last-of-type(2) {
|
||||
#options .move, #credits {
|
||||
text-align: right;
|
||||
}
|
||||
.column {
|
||||
@ -1975,7 +1975,7 @@ main =
|
||||
#options li:first-child {
|
||||
text-decoration: underline;
|
||||
}
|
||||
#options > div:nth-last-of-type(3) {
|
||||
#floaty {
|
||||
float: left;
|
||||
}
|
||||
#options textarea {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user