1
1
mirror of https://github.com/neosubhamoy/neosubhamoy-portfolio.git synced 2025-12-20 01:09:35 +05:30

(fixed): navbar indicator not showing on new route based navigation

This commit is contained in:
2023-11-17 01:34:07 +05:30
parent c034e32fbb
commit f59368b400
2 changed files with 13 additions and 10 deletions

View File

@@ -100,7 +100,6 @@ function perform_search(searchInput, searchDef, searchRes) {
dataType: 'json',
data: { keyword: searchString },
success: function(response) {
console.log("success");
console.log(response);
},
error: function(error) {