Fuck you moot, don't add titles to mobile elements.
This commit is contained in:
parent
e5355e450b
commit
9d0121a551
@ -1787,7 +1787,7 @@
|
||||
return $.on(d, 'dragstart dragend', QR.drag);
|
||||
},
|
||||
node: function(post) {
|
||||
return $.on($('a[title="Quote this post"]', post.el), 'click', QR.quote);
|
||||
return $.on($('.postInfo a[title="Quote this post"]', post.el), 'click', QR.quote);
|
||||
},
|
||||
open: function() {
|
||||
if (QR.el) {
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
master
|
||||
- Mayhem
|
||||
Add /po/ archive redirection for threads, images and post resurrection.
|
||||
Fix quoting.
|
||||
|
||||
2.37.3
|
||||
- Mayhem
|
||||
|
||||
@ -1380,7 +1380,7 @@ QR =
|
||||
$.on d, 'dragstart dragend', QR.drag
|
||||
|
||||
node: (post) ->
|
||||
$.on $('a[title="Quote this post"]', post.el), 'click', QR.quote
|
||||
$.on $('.postInfo a[title="Quote this post"]', post.el), 'click', QR.quote
|
||||
|
||||
open: ->
|
||||
if QR.el
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user