diff --git a/static/js/keyword.js b/static/js/keyword.js index e431fcc..978d82e 100644 --- a/static/js/keyword.js +++ b/static/js/keyword.js @@ -257,7 +257,7 @@ $(function () { return item.type === type; }); if (baseUrl && keyword) { - window.open(baseUrl.url + keyword); + window.open(baseUrl.url + keyword, keyword); } } }); \ No newline at end of file