]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Don't add a node if it's already there
authorEvan Prodromou <evan@controlyourself.ca>
Mon, 27 Apr 2009 01:16:09 +0000 (21:16 -0400)
committerEvan Prodromou <evan@controlyourself.ca>
Mon, 27 Apr 2009 01:16:09 +0000 (21:16 -0400)
commit7405d9dfa684975309150537069a1268a67ed6be
treee1cba0be5af154d2f5ebe79b98dcc1ae716dc750
parent192bc42c917999236ad26be0aef6f441e8100d2b
Don't add a node if it's already there

Try not to double-add a node on Ajax submit. Normally not a big deal,
but may happen if the CometPlugin (or in the future Strophe or other
auto-update plugins) is enabled.
js/util.js