mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-22 01:16:26 +02:00
Update disucssion and numebrs to direct linking
This commit is contained in:
parent
53fe0b11f3
commit
9dd53cec7d
11 changed files with 32 additions and 13 deletions
|
@ -28,7 +28,7 @@ function verifReceived()
|
|||
jQuery('.popup-alert').fadeOut('slow');
|
||||
jQuery.getJSON(HTTP_PWD + "/received/popup", function( data ) {
|
||||
$.each(data, function(key, val) {
|
||||
showMessage('SMS reçu du ' + val.origin.replace(/</g, "<").replace(/>/g, ">") + ' : ' + val.text.replace(/</g, "<").replace(/>/g, ">"), 1);
|
||||
showMessage('SMS reçu du ' + val.origin + ' : ' + val.text, 1);
|
||||
playReceptionSound();
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue