Tiny greentext fix.
This commit is contained in:
parent
027af4ec50
commit
c32b6dba59
@ -3752,7 +3752,7 @@
|
||||
return '</b>';
|
||||
}
|
||||
});
|
||||
comment = bq.innerHTML.replace(/(^|>)(>[^<$]+)(<|$)/g, '$1<span class=quote>$2</span>$3');
|
||||
comment = bq.innerHTML.replace(/(^|>)(>[^<$]*)(<|$)/g, '$1<span class=quote>$2</span>$3');
|
||||
o = {
|
||||
postID: postID,
|
||||
threadID: data.thread_num,
|
||||
|
||||
@ -2976,7 +2976,7 @@ Get =
|
||||
when '[/banned]'
|
||||
'</b>'
|
||||
# greentext
|
||||
comment = bq.innerHTML.replace /(^|>)(>[^<$]+)(<|$)/g, '$1<span class=quote>$2</span>$3'
|
||||
comment = bq.innerHTML.replace /(^|>)(>[^<$]*)(<|$)/g, '$1<span class=quote>$2</span>$3'
|
||||
|
||||
o =
|
||||
# id
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user