Tiny greentext fix.
This commit is contained in:
parent
027af4ec50
commit
c32b6dba59
@ -3752,7 +3752,7 @@
|
|||||||
return '</b>';
|
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 = {
|
o = {
|
||||||
postID: postID,
|
postID: postID,
|
||||||
threadID: data.thread_num,
|
threadID: data.thread_num,
|
||||||
|
|||||||
@ -2976,7 +2976,7 @@ Get =
|
|||||||
when '[/banned]'
|
when '[/banned]'
|
||||||
'</b>'
|
'</b>'
|
||||||
# greentext
|
# 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 =
|
o =
|
||||||
# id
|
# id
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user