瀏覽代碼

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…
取消
儲存