This commit is contained in:
adriy
2019-01-22 15:03:49 +01:00
parent 22e8271b48
commit 73070acdc9
7 changed files with 204 additions and 25 deletions

View File

@@ -23,6 +23,7 @@
var CommunicationJSON = JSON.parse(msg);
console.debug(CommunicationJSON)
CommunicationJSON.ListeCom.forEach(function(Communication){
console.debug(Communication)
switch (Communication.level) {
case "1":
$("#lvl1").append('<li class="caption center-align" data-idPub="'+Communication.IDPub+'\">'+Communication.html+'</li>')
@@ -36,6 +37,7 @@
default:
}
$('.slider').slider({indicators: false})
})
});