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

View File

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

View File

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