visualfail: less duplicate HTML IDs
... and a lot less unneeded IDs, reducing the amount of data to be transferred to the client. Change-Id: I071920fd4d8039d2f3d1f5d8c41c2c3ddd639617
This commit is contained in:
@ -47,7 +47,7 @@ function calcColor(fehler, maxFehler) {
|
||||
$('body').popover({
|
||||
selector: ".hasFehler",
|
||||
html: true,
|
||||
title: function() { return $(this).attr("id"); },
|
||||
title: function() { return '0x' + $(this).attr("data-address"); },
|
||||
content: function() {
|
||||
var ausgabe = '';
|
||||
var caller = $(this);
|
||||
|
||||
Reference in New Issue
Block a user