Warning displayed if trying to change unsaved message

This commit is contained in:
2021-04-15 14:34:18 +02:00
parent 49106717a1
commit 679c805c36
2 changed files with 2 additions and 2 deletions

View File

@@ -286,7 +286,7 @@ function fillMessageList(){
$("#listItems").append(innerHTML);
$('.tile').click(function() {
console.log(this);
loadMessage(parseInt($(this).attr('tileid')));
callLoadMessage(parseInt($(this).attr('tileid')));
});
$('.btn-tile').click(function(){
console.log(this);

View File

@@ -286,7 +286,7 @@ function fillMessageList(){
$("#listItems").append(innerHTML);
$('.tile').click(function() {
console.log(this);
loadMessage(parseInt($(this).attr('tileid')));
callLoadMessage(parseInt($(this).attr('tileid')));
});
$('.btn-tile').click(function(){
console.log(this);