1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-11-25 07:50:23 +01:00

Added scrolling threads with up and down keys

For 8chan X. Redone so it's in js folder.
@KillerWhale321
This commit is contained in:
anonfagola 2014-09-23 16:54:19 -07:00
parent 29875c0c11
commit c3c391be9e

View File

@ -94,5 +94,7 @@
<script type="text/javascript">{% raw %} <script type="text/javascript">{% raw %}
ready(); ready();
{% endraw %}</script> {% endraw %}</script>
<script src="js/threadscroll.js"></script>
</body> </body>
</html> </html>