Skip to content

Commit b1631ea

Browse files
p-bystritskysanjaychouhan-webkul
authored and
sanjaychouhan-webkul
committed
magento#22795: Static test fix.
1 parent 0319998 commit b1631ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Search/view/frontend/web/js/form-mini.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,14 +130,14 @@ define([
130130
*/
131131
setActiveState: function (isActive) {
132132
var searchValue;
133-
133+
134134
this.searchForm.toggleClass('active', isActive);
135135
this.searchLabel.toggleClass('active', isActive);
136136

137137
if (this.isExpandable) {
138138
this.element.attr('aria-expanded', isActive);
139139
searchValue = this.element.val();
140-
this.element.val("");
140+
this.element.val('');
141141
this.element.val(searchValue);
142142
}
143143
},

0 commit comments

Comments
 (0)