This commit is contained in:
Nicolas Stepien 2012-03-03 03:43:41 +01:00
parent 35abc22d5c
commit 0ebdb86ea8
2 changed files with 2 additions and 2 deletions

View File

@ -3911,7 +3911,7 @@
id: $('input', node).name, id: $('input', node).name,
threadId: g.THREAD_ID || $.x('ancestor::div[contains(@class,"thread")]', node).firstChild.id, threadId: g.THREAD_ID || $.x('ancestor::div[contains(@class,"thread")]', node).firstChild.id,
isOP: klass === 'op', isOP: klass === 'op',
isInlined: /\binlined\b/.test(klass), isInlined: /\binline\b/.test(klass),
filesize: $('.filesize', node), filesize: $('.filesize', node),
img: $('img[md5]', node), img: $('img[md5]', node),
quotes: $$('.quotelink', node), quotes: $$('.quotelink', node),

View File

@ -3220,7 +3220,7 @@ Main =
id: $('input', node).name id: $('input', node).name
threadId: g.THREAD_ID or $.x('ancestor::div[contains(@class,"thread")]', node).firstChild.id threadId: g.THREAD_ID or $.x('ancestor::div[contains(@class,"thread")]', node).firstChild.id
isOP: klass is 'op' isOP: klass is 'op'
isInlined: /\binlined\b/.test klass isInlined: /\binline\b/.test klass
filesize: $ '.filesize', node filesize: $ '.filesize', node
img: $ 'img[md5]', node img: $ 'img[md5]', node
quotes: $$ '.quotelink', node quotes: $$ '.quotelink', node