mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Add eye icon for people viewing tickets
This commit is contained in:
@@ -22,7 +22,7 @@ function ticket_collision_detection() {
|
||||
function(data) {
|
||||
//If we get a response from ajax.php, parse it as JSON
|
||||
const ticket_view_data = JSON.parse(data);
|
||||
document.getElementById("ticket_collision_viewing").innerText = ticket_view_data.message;
|
||||
document.getElementById("ticket_collision_viewing").innerHTML = ticket_view_data.message;
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user