]> code.citadel.org Git - citadel.git/commit
Slowly becoming a good JavaScript developer. :) Don't pass around div names when...
authorArt Cancro <ajc@citadel.org>
Wed, 15 Dec 2021 00:14:51 +0000 (19:14 -0500)
committerArt Cancro <ajc@citadel.org>
Wed, 15 Dec 2021 00:14:51 +0000 (19:14 -0500)
commitc754091815d49fe46e8590f556e80e389c784e67
treeb09c6799894f98f8cc0867dba79460cafbea03dd
parent7a8632a272ec1969110c5eabfc564e8575ab42e9
Slowly becoming a good JavaScript developer.  :)    Don't pass around div names when we can actually pass around references to the divs themselves.  This should shave off a few cycles because we don't have to keep calling document.getElementById()
webcit-ng/static/js/view_forum.js