Skip to content

Commit e9062ea

Browse files
committed
Search result page: Do not add external CSS to result links
1 parent 7aae0e1 commit e9062ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/js/custom.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ $(document).ready(function() {
104104
}
105105
});
106106

107-
$('.md-content a:not(.md-icon):not(.md-source)')
107+
$('.md-content a:not(.md-icon):not(.md-source):not(.instantsearch__entry)')
108108
.filter(function() {
109109
return this.hostname && this.hostname !== location.hostname;
110110
})

0 commit comments

Comments
 (0)