Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 84d7bf0

Browse files
committed
[bug] fix duckduckgo name
1 parent 05808e4 commit 84d7bf0

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

src/js/state.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ var state = (function() {
7676
},
7777
duckduckgo: {
7878
url: "https://duckduckgo.com/",
79-
name: "Duck Duck Go"
79+
name: "DuckDuckGo"
8080
},
8181
youtube: {
8282
url: "https://www.youtube.com/results?search_query=",

src/js/update.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -679,6 +679,7 @@ var update = (function() {
679679
data.state.link.item.display.direction = "horizontal";
680680
};
681681
delete data.state.link.fit;
682+
data.state.header.search.engine.duckduckgo.name = "DuckDuckGo";
682683
return data;
683684
}
684685
};

0 commit comments

Comments
 (0)