New DOMaccess agregated form + new score category JS complexity

This commit is contained in:
Gaël Métais
2020-11-24 00:18:55 +01:00
parent 5bf3bd7ce5
commit ffd9efeb98
6 changed files with 112 additions and 33 deletions
@@ -93,6 +93,13 @@
};
});
offendersDirectives.filter('lastDOMNode', function() {
return function(str) {
var splited = str.split(' > ');
return splited[splited.length - 1];
};
});
function getBacktraceHTML(backtrace) {
var html = '';
var parsedBacktrace = parseBacktrace(backtrace);