]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
JS optimization: move creation of inline reply placeholders to server-side so we...
authorBrion Vibber <brion@pobox.com>
Fri, 11 Mar 2011 23:20:20 +0000 (15:20 -0800)
committerBrion Vibber <brion@pobox.com>
Fri, 11 Mar 2011 23:20:20 +0000 (15:20 -0800)
commit2bccd18d9a4f1ed2b74b854a7c1cffc707f961af
treec45e02db91629e64395caf6db748ba6928205fce
parent10e5cb482e8eefdc3dcbe5aa1983df336524c02d
JS optimization: move creation of inline reply placeholders to server-side so we don't have to create them client-side (which causes reflows and takes about 25-30ms on my test system)
Using live instead of bind for the event handling, we don't have to play any games on the ones that we do add at runtime. Yay!
js/util.js
lib/threadednoticelist.php