minmod
This commit is contained in:
parent
415bd4e549
commit
1587c04f15
|
@ -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'>
|
||||||
|
|
|
@ -410,6 +410,13 @@
|
||||||
clearInterval(INTERVAL);
|
clearInterval(INTERVAL);
|
||||||
}, false);
|
}, false);
|
||||||
|
|
||||||
|
|
||||||
|
/* [5] Synchronisation
|
||||||
|
=========================================================*/
|
||||||
|
sync.addEventListener('click', function(e){
|
||||||
|
|
||||||
|
}, false);
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue