mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Make prettier happy
This commit is contained in:
parent
24a14af15a
commit
fe6c3b7d2e
@ -100,7 +100,10 @@ function applyOnebox(state, silent) {
|
|||||||
let options = state.md.options.discourse;
|
let options = state.md.options.discourse;
|
||||||
|
|
||||||
if (options.lookupInlineOnebox) {
|
if (options.lookupInlineOnebox) {
|
||||||
onebox = options.lookupInlineOnebox(href, options.invalidateOneboxes);
|
onebox = options.lookupInlineOnebox(
|
||||||
|
href,
|
||||||
|
options.invalidateOneboxes
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (onebox && onebox.title) {
|
if (onebox && onebox.title) {
|
||||||
|
Loading…
Reference in New Issue
Block a user