]> cgit.babelmonkeys.de Git - adhocweb.git/blobdiff - js/main.js
Fix formatting
[adhocweb.git] / js / main.js
index c03a8cf74c391428363da43a2f1269f1fb40d9c3..9e09865c1e5200aa38e21690a77b948444cb0f9c 100644 (file)
@@ -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) {