Skip to content

Commit

Permalink
Update order_filtering.blade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
bobimicroweber committed May 3, 2022
1 parent 5eb8463 commit 724e2d1
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -158,7 +158,7 @@ class="btn btn-link btn-sm <?php if (isset($abandoned)): ?>font-weight-bold text
$(document).ready(function () {
var searchOrdersByProduct = new mw.autoComplete({
element: "#js-orders-search-by-products",
placeholder: "<?php if ($productKeyword) { echo $productKeyword; } else { _e("Search by products..."); }?>",
placeholder: "<?php if ($productKeyword) { echo xss_clean($productKeyword); } else { _e("Search by products..."); }?>",
autoComplete:true,
ajaxConfig: {
method: 'get',
Expand Down

0 comments on commit 724e2d1

Please sign in to comment.