Fixed alerts as strings was not escaped properly
This commit is contained in:
parent
2dec5c1a05
commit
a89b418350
1 changed files with 1 additions and 0 deletions
1
hal-core/resources/web/js/hal_alert.js
vendored
1
hal-core/resources/web/js/hal_alert.js
vendored
|
|
@ -69,6 +69,7 @@ function updateAlerts() {
|
|||
|
||||
alertElement.find(".alert-title").html(alert.title);
|
||||
alertElement.find(".alert-description").html(alert.description);
|
||||
alertElement.find(".timestamp").relTimestamp();
|
||||
});
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue