mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
5 lines
122 B
HTML
5 lines
122 B
HTML
<script src="bundle.js"></script>
|
|
<script>
|
|
$(document).bind('mousewheel', function(e) { console.log(e); });
|
|
</script>
|