Warning displayed if trying to change unsaved message
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user