aboutsummaryrefslogtreecommitdiffstats
path: root/lib/srtgui/templates/cves-toastertable.html
diff options
context:
space:
mode:
Diffstat (limited to 'lib/srtgui/templates/cves-toastertable.html')
-rw-r--r--lib/srtgui/templates/cves-toastertable.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/srtgui/templates/cves-toastertable.html b/lib/srtgui/templates/cves-toastertable.html
index d5329713..45dce261 100644
--- a/lib/srtgui/templates/cves-toastertable.html
+++ b/lib/srtgui/templates/cves-toastertable.html
@@ -62,7 +62,7 @@
/* Set the report link */
var record_list=""
- $(".name > a").each(function(){
+ $(".name_sort > a").each(function(){
var this_id=$(this).prop('id');
if (this_id.startsWith("dataid_")) {
record_list +=this_id.replace(/dataid_/,"") + ",";