From b80b90678fce7f32bf27e61cf01f5b0a5b3cf14f Mon Sep 17 00:00:00 2001 From: Laurens Rietveld Date: Mon, 25 Apr 2016 11:30:45 +0200 Subject: [PATCH] #84, fixed typo --- src/table.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/table.js b/src/table.js index 31d1a60..26d0494 100644 --- a/src/table.js +++ b/src/table.js @@ -291,7 +291,7 @@ root.defaults = { * @default false, if YASR is served via https */ //important to keep supporting serving yasr via file:// protocol - fetchTitlesFromPreflabel: (window.location.protocol === "https:" ? false, true), + fetchTitlesFromPreflabel: (window.location.protocol === "https:" ? false: true), mergeLabelsWithUris: false, /**