mirror of
https://github.com/TopVitamin/static-nav.git
synced 2026-03-21 01:02:45 +08:00
fix: delete useless code
This commit is contained in:
@@ -253,7 +253,6 @@ $(function () {
|
||||
|
||||
function openSearch(keyword) {
|
||||
var type = getSeachType();
|
||||
console.log('type', type)
|
||||
var baseUrl = search_types.find(function (item) {
|
||||
return item.type === type;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user