Fix quoting not selecting the thread to reply to.
This commit is contained in:
parent
f1359a75fb
commit
abfdd2cb2b
File diff suppressed because one or more lines are too long
@ -449,7 +449,7 @@ a[href="javascript:;"] {
|
||||
#qr.autohide:not(:hover) > form {
|
||||
display: none;
|
||||
}
|
||||
#autohide, #qr select, #dump-button, .remove, .captchaimg {
|
||||
#autohide, #qr select, #dump-button, .remove, .captcha-img {
|
||||
cursor: pointer;
|
||||
}
|
||||
#qr > div {
|
||||
@ -623,12 +623,12 @@ a[href="javascript:;"] {
|
||||
#charCount.warning {
|
||||
color: red;
|
||||
}
|
||||
.captchaimg {
|
||||
.captcha-img {
|
||||
background: #FFF;
|
||||
outline: 1px solid #CCC;
|
||||
outline-offset: -1px;
|
||||
}
|
||||
.captchaimg > img {
|
||||
.captcha-img > img {
|
||||
display: block;
|
||||
height: 57px;
|
||||
width: 300px;
|
||||
|
||||
@ -254,8 +254,8 @@ QR =
|
||||
|
||||
QR.open()
|
||||
ta = QR.nodes.com
|
||||
if QR.threadSelector and !ta.value and g.BOARD.ID isnt 'f'
|
||||
QR.threadSelector.value = OP.ID
|
||||
if QR.nodes.thread and !ta.value
|
||||
QR.nodes.thread.value = OP.ID
|
||||
|
||||
caretPos = ta.selectionStart
|
||||
# Replace selection for text.
|
||||
@ -506,7 +506,7 @@ QR =
|
||||
$.asap (-> $.id 'recaptcha_challenge_field_holder'), @ready.bind @
|
||||
ready: ->
|
||||
imgContainer = $.el 'div',
|
||||
className: 'captchaimg'
|
||||
className: 'captcha-img'
|
||||
title: 'Reload'
|
||||
innerHTML: '<img>'
|
||||
input = $.el 'input',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user