소스 검색

adjusted search highlight feature to accomodate multiple strings

main
Simon Bowie 2 년 전
부모
커밋
863e368a49
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. +0
    -1
      site/public/search.php

+ 0
- 1
site/public/search.php 파일 보기

@@ -146,7 +146,6 @@ include '../text_functions.php';
const collection = document.getElementsByClassName("search_term");
for (let i = 0; i < collection.length; i++) {
let text = collection[i].textContent;
console.log(collection[i]);
upperText = text.toUpperCase();
result = "<span style='color:orange'>" + upperText + "</span>";
collection[i].innerHTML = result;

Loading…
취소
저장