Skip to content

Commit 6a370b7

Browse files
committed
MAGETWO-49469: Contribute Ogre Bugfixes and Stories for Sprint 44
- Javascript style change
1 parent 9bc76be commit 6a370b7

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Ui/view/base/web/js/grid/search

1 file changed

+1
-1
lines changed

app/code/Magento/Ui/view/base/web/js/grid/search/search.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ define([
4545
* @returns {Search} Chainable.
4646
*/
4747
initialize: function () {
48-
var urlParams = window.location.href.slice(window.location.href.search("[\&\?](search=)")).split('&'),
48+
var urlParams = window.location.href.slice(window.location.href.search('[\&\?](search=)')).split('&'),
4949
searchTerm = [];
5050

5151
this._super()

0 commit comments

Comments
 (0)