From ab4e8129d5c94ff96e6c85d0d2b66a04a052b4e5 Mon Sep 17 00:00:00 2001
From: HelenHuang <LinHuang@pollex.com.tw>
Date: 星期四, 09 六月 2022 15:26:15 +0800
Subject: [PATCH] TODO#139888 嚴選配對 - 文案修改

---
 PAMapp/node_modules/istanbul-reports/lib/html/index.js |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/PAMapp/node_modules/istanbul-reports/lib/html/index.js b/PAMapp/node_modules/istanbul-reports/lib/html/index.js
index 8b2e420..0c279b9 100644
--- a/PAMapp/node_modules/istanbul-reports/lib/html/index.js
+++ b/PAMapp/node_modules/istanbul-reports/lib/html/index.js
@@ -83,6 +83,12 @@
         <p class="quiet">
             Press <em>n</em> or <em>j</em> to go to the next uncovered block, <em>b</em>, <em>p</em> or <em>k</em> for the previous block.
         </p>
+        <template id="filterTemplate">
+            <div class="quiet">
+                Filter:
+                <input oninput="onInput()" type="search" id="fileSearch">
+            </div>
+        </template>
     </div>
     <div class='status-line ${details.reportClass}'></div>
     `;
@@ -94,10 +100,9 @@
             </div><!-- /wrapper -->
             <div class='footer quiet pad2 space-top1 center small'>
                 Code coverage generated by
-                <a href="https://istanbul.js.org/" target="_blank">istanbul</a>
+                <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
                 at ${html.escape(details.datetime)}
             </div>
-        </div>
         <script src="${html.escape(details.prettify.js)}"></script>
         <script>
             window.onload = function () {

--
Gitblit v1.8.0