Files
librenms-librenms/test/browserify/index.html
T

5 lines
122 B
HTML

<script src="bundle.js"></script>
<script>
$(document).bind('mousewheel', function(e) { console.log(e); });
</script>