mirror of
https://github.com/neosubhamoy/neosubhamoy-portfolio.git
synced 2025-12-19 18:13:01 +05:30
(fixed): navbar indicator not showing on new route based navigation
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user