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:
Horst Schirmeier
2015-01-08 12:05:01 +01:00
parent 874e5881b7
commit d536cc72aa
3 changed files with 15 additions and 9 deletions

View File

@ -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);