mirror of
https://github.com/yogeshojha/rengine.git
synced 2026-09-13 21:37:42 +02:00
Replace bad id
This commit is contained in:
@@ -1538,7 +1538,7 @@ $(document).ready(function() {
|
||||
$("#pills-vulnerabilities-tab").click(function() {
|
||||
// prevent table loading twice
|
||||
// https://datatables.net/manual/tech-notes/3
|
||||
if ( $.fn.dataTable.isDataTable( '#subdomain_scan_results' ) ) {
|
||||
if ( $.fn.dataTable.isDataTable( '#vulnerability_results' ) ) {
|
||||
return false;
|
||||
}
|
||||
var is_grouping = false;
|
||||
|
||||
@@ -1342,7 +1342,7 @@ $(document).ready(function(){
|
||||
$("#pills-vulnerabilities-tab").click(function() {
|
||||
// prevent table loading twice
|
||||
// https://datatables.net/manual/tech-notes/3
|
||||
if ( $.fn.dataTable.isDataTable( '#subdomain_scan_results' ) ) {
|
||||
if ( $.fn.dataTable.isDataTable( '#vulnerability_results' ) ) {
|
||||
return false;
|
||||
}
|
||||
var is_grouping = false;
|
||||
|
||||
Reference in New Issue
Block a user