]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Fix for ticket #2910: fix inconsistencies in notice posting response display that...
authorBrion Vibber <brion@pobox.com>
Fri, 17 Dec 2010 00:18:49 +0000 (16:18 -0800)
committerBrion Vibber <brion@pobox.com>
Fri, 17 Dec 2010 00:18:49 +0000 (16:18 -0800)
commit532178e3ee455218338b619c6cd35089db16ade5
tree223a6ac06b90ec218884adc3fe1c7efafd0ca6f9
parentf901c25012f6c83f70c83bff9e76edb4d01b8373
Fix for ticket #2910: fix inconsistencies in notice posting response display that broke help command, could be generally wonky

Previous code was importing nodes from the XHR result into current document, then pulling text content of what might be the right element, then concat'ing that straight into HTML. Eww! Now pulling the text content straight from the XHR result -- same element that we check for existence of -- and using jQuery's own text() to do the getting and setting of text. Also note that some browsers might have been pulling HTML instead of text, or other funkiness.
js/util.js
js/util.min.js