From: Florian Zeitz Date: Thu, 4 Nov 2010 20:14:31 +0000 (+0100) Subject: Fix formatting X-Git-Url: http://cgit.babelmonkeys.de/?p=adhocweb.git;a=commitdiff_plain;h=78ac95ab5df5599c2563e492de65b7569df336b5 Fix formatting --- diff --git a/js/main.js b/js/main.js index c03a8cf..9e09865 100644 --- a/js/main.js +++ b/js/main.js @@ -143,7 +143,7 @@ function addForm(elem, x) { } function serializeToDataform(form, st) { - st.c("x", {"xmlns":"jabber:x:data", "type": "submit"}); + st.c("x", {"xmlns": "jabber:x:data", "type": "submit"}); $(form).find(".df-item").each(function(){ st.c("field", {"var": $(this).attr("name")}); if (this.nodeName.toLowerCase() == "select" && this.multiple) {