From f52897fd4d9b52dbc6ca758a0f67c4041c33d2c5 Mon Sep 17 00:00:00 2001 From: grey Date: Tue, 11 Jul 2023 16:25:58 +0200 Subject: [PATCH] added todo to search --- static/js/searchBox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/searchBox.js b/static/js/searchBox.js index a814326..f3e95d8 100644 --- a/static/js/searchBox.js +++ b/static/js/searchBox.js @@ -60,7 +60,7 @@ function handleSearchChange(e) { autocompleteBox.innerHTML = 'Start typing to search for commands
#SKU'; return; } - const baseURI = window.location.origin; + const baseURI = window.location.origin; // move to new fancy route const url = baseURI + '/api/v1/search/sku?sku=' + searchedSKU;