bryanfl100
Technical User
Below is part of the javascipt:
<script>
function look_$data[computer.id](s){
When the actual search is done from the website the function results looks like this:
<script>
function look_Dell|Optiplex(s){
How do remove the character "|" from the function results so it looks like this:
<script>
function look_DellOptiplex(s){
<script>
function look_$data[computer.id](s){
When the actual search is done from the website the function results looks like this:
<script>
function look_Dell|Optiplex(s){
How do remove the character "|" from the function results so it looks like this:
<script>
function look_DellOptiplex(s){