Add confirmation alerts when empty collection and database

This commit is contained in:
Romain Neutron
2012-02-17 14:29:04 +01:00
parent 9889ac720e
commit 2d18aaf013
3 changed files with 29 additions and 8 deletions

View File

@@ -291,6 +291,7 @@ phrasea::headers();
},
success: function(data){
alert(data.message);
return;
}
});