Merge branch 'v3' of git://github.com/MayhemYDG/4chan-x into v3
This commit is contained in:
commit
f2e680e205
@ -4173,6 +4173,7 @@
|
||||
if ($.hasClass(a, 'quotelink')) {
|
||||
this.nodes.quotelinks.push(a);
|
||||
}
|
||||
a = null;
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
@ -1,3 +1,5 @@
|
||||
- Fixed a bug where dead quotelinks would disappear.
|
||||
|
||||
### 3.0.1 - *2013-04-08*
|
||||
|
||||
- Added the possibility to combine board-list toggle and custom text.
|
||||
|
||||
@ -2590,6 +2590,7 @@ Quotify =
|
||||
$.replace deadlink, a
|
||||
if $.hasClass a, 'quotelink'
|
||||
@nodes.quotelinks.push a
|
||||
a = null
|
||||
return
|
||||
|
||||
QuoteInline =
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user