diff --git a/static/script.js b/static/script.js index b8267d5..a736b01 100644 --- a/static/script.js +++ b/static/script.js @@ -212,13 +212,13 @@ function perform_query() { var notes = $('
'); if (data[i].notes != null && data[i].notes.length > 0) { var icon = $(''); - var tooltipText = $('
'); + var tooltipText = $('
').text(data[i].notes); var tooltip = $('
'); tooltip.append(icon, tooltipText); notes.append(tooltip); } newClicker.append(notes); - var datasheet = $('
'); + var datasheet = $('
'); if (data[i].datasheet != null) datasheet.html('

Search in:

- - - - + + + +
Block