Commit 2cb0ec8c authored by greebie's avatar greebie

fix problem with undefined showing in Search bar.

parent 5e5a45c4
......@@ -83,7 +83,7 @@ function init(settings) {
// IDs of annotations that should be highlighted
highlighted: [],
filterQuery: settings.query,
filterQuery: settings.query || null,
selectedTab: TAB_DEFAULT,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment