This commit is contained in:
xdrm-brackets 2016-07-20 11:47:32 +02:00
parent aae24fe06b
commit 8bb291258a
2 changed files with 8 additions and 1 deletions

View File

@ -26,7 +26,7 @@
<span class='code'>
@icon_type
<span>utilisateurs (@count)</span>
<span>@count machines</span>
</span>
<span class='groups'>

View File

@ -410,6 +410,13 @@
clearInterval(INTERVAL);
}, false);
/* [5] Synchronisation
=========================================================*/
sync.addEventListener('click', function(e){
}, false);
</script>
</body>
</html>