Merge branch 'v3'

This commit is contained in:
Zixaphir 2014-03-24 13:34:50 -07:00
commit 8b68243650
3 changed files with 6 additions and 6 deletions

View File

@ -7635,8 +7635,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) {

View File

@ -7688,8 +7688,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) {

View File

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