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