Oops
This commit is contained in:
parent
148edd3e33
commit
04f5f5a5fb
@ -5505,8 +5505,8 @@
|
||||
cb: {
|
||||
seek: function(type) {
|
||||
var post;
|
||||
if (Conf['Mark Quotes of You'] && (post = QuotesYou.cb.findPost(type))) {
|
||||
return Quotesyou.cb.scroll(post);
|
||||
if (Conf['Mark Quotes of You'] && (post = QuoteMarkers.cb.findPost(type))) {
|
||||
return QuoteMarkers.cb.scroll(post);
|
||||
}
|
||||
},
|
||||
findPost: function(type) {
|
||||
|
||||
@ -5559,8 +5559,8 @@
|
||||
cb: {
|
||||
seek: function(type) {
|
||||
var post;
|
||||
if (Conf['Mark Quotes of You'] && (post = QuotesYou.cb.findPost(type))) {
|
||||
return Quotesyou.cb.scroll(post);
|
||||
if (Conf['Mark Quotes of You'] && (post = QuoteMarkers.cb.findPost(type))) {
|
||||
return QuoteMarkers.cb.scroll(post);
|
||||
}
|
||||
},
|
||||
findPost: function(type) {
|
||||
|
||||
@ -48,8 +48,8 @@ QuoteMarkers =
|
||||
|
||||
cb:
|
||||
seek: (type) ->
|
||||
if Conf['Mark Quotes of You'] and post = QuotesYou.cb.findPost type
|
||||
Quotesyou.cb.scroll post
|
||||
if Conf['Mark Quotes of You'] and post = QuoteMarkers.cb.findPost type
|
||||
QuoteMarkers.cb.scroll post
|
||||
|
||||
findPost: (type) ->
|
||||
posts = $$ '.quotesYou'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user