Fuck you moot, don't add titles to mobile elements.

This commit is contained in:
Nicolas Stepien 2013-01-18 22:05:57 +01:00
parent e5355e450b
commit 9d0121a551
3 changed files with 3 additions and 2 deletions

View File

@ -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) {

View File

@ -1,6 +1,7 @@
master
- Mayhem
Add /po/ archive redirection for threads, images and post resurrection.
Fix quoting.
2.37.3
- Mayhem

View File

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