Skip to content

Commit

Permalink
Merge pull request #15 from duckduckgo/shane/extension-search-mv3
Browse files Browse the repository at this point in the history
fix(extension): fix search on MV3
  • Loading branch information
shakyShane authored Dec 3, 2022
2 parents 27c76ff + b1beaa4 commit 3431005
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion build/app/public/js/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -34395,7 +34395,6 @@ Search.prototype = _jquery["default"].extend({}, _view["default"].prototype, {
_handleSubmit: function _handleSubmit(e) {
e.preventDefault();
this.model.doSearch(this.$input.val());
window.close();
},
_handleCogClick: function _handleCogClick(e) {
e.preventDefault();
Expand Down
1 change: 0 additions & 1 deletion shared/js/ui/views/search.es6.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ Search.prototype = $.extend({}, Parent.prototype, {
_handleSubmit: function (e) {
e.preventDefault()
this.model.doSearch(this.$input.val())
window.close()
},

_handleCogClick: function (e) {
Expand Down

0 comments on commit 3431005

Please sign in to comment.