Skip to content

Commit

Permalink
description
Browse files Browse the repository at this point in the history
  • Loading branch information
Ninque committed Jun 3, 2012
1 parent a004f4d commit f9d17f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions php/js/core.js
Expand Up @@ -161,8 +161,8 @@ var app = {
if (e.row.severity.value === '3') {
infoWindow.setContent(
html
.replace('{sev_icon}', app.INFO.WARNING.IMG)
.replace('{description}', app.INFO.WARNING.TEXT)
.replace('{sev_icon}', app.INFO.BAD.IMG)
.replace('{description}', app.INFO.BAD.TEXT)
.replace('{over}', '<p class="over"><strong>Škodlivé látky: </strong>' + e.row.over.value + '</p>')
);
}
Expand Down

0 comments on commit f9d17f3

Please sign in to comment.