Skip to content
This repository was archived by the owner on Jul 17, 2020. It is now read-only.

Commit bc36ed4

Browse files
committed
fixing broken selector.
1 parent 93836e6 commit bc36ed4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/plugins/unonebox.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ var unonebox = {
6666
// do not un-onebox youtube videos and quotes
6767
// .content > is required because quotes of images (!!artisticpoop)
6868
// have a nested .onebox element inside of them
69-
var link = frag.querySelector( '.content > .onebox:not(.ob-youtube,.ob-message) a' );
69+
var link = frag.querySelector( '.content > .onebox:not(.ob-youtube):not(.ob-message) a' );
7070

7171
// No onebox, no un-oneboxing.
7272
if ( !link ) {

0 commit comments

Comments
 (0)