diff --git a/resources/report/js/script.js b/resources/report/js/script.js
index dcc290e6..f6fdc158 100644
--- a/resources/report/js/script.js
+++ b/resources/report/js/script.js
@@ -992,7 +992,7 @@ function startSearch(evt) {
var request = JSON.stringify({
name: 'find',
args: [
- evt.target.inputValue,
+ evt.target.value,
findNext
]
});
diff --git a/resources/report/report.html b/resources/report/report.html
index 1dc332df..285133b3 100644
--- a/resources/report/report.html
+++ b/resources/report/report.html
@@ -30,6 +30,7 @@
+
@@ -135,7 +136,9 @@