Skip to content

Commit

Permalink
fix explorer search
Browse files Browse the repository at this point in the history
  • Loading branch information
thelostone-mc committed May 29, 2020
1 parent 11123a6 commit fd881ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/v2/js/pages/dashboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ function debounce(func, wait, immediate) {
};
}

const scrub = value => value.replace(/[!@#$%^&*(),.?":{}|<>]+/g, '');
const scrub = value => value.replace(/[!@#$%^&*(),?":{}|<>]+/g, '');

/**
* Fetches all filters options from the URI
Expand Down

0 comments on commit fd881ee

Please sign in to comment.