projects
/
adhocweb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ba3402
)
Fix formatting
author
Florian Zeitz
<florob@babelmonkeys.de>
Thu, 4 Nov 2010 20:14:31 +0000
(21:14 +0100)
committer
Florian Zeitz
<florob@babelmonkeys.de>
Thu, 4 Nov 2010 20:30:52 +0000
(21:30 +0100)
js/main.js
patch
|
blob
|
history
diff --git
a/js/main.js
b/js/main.js
index c03a8cf74c391428363da43a2f1269f1fb40d9c3..9e09865c1e5200aa38e21690a77b948444cb0f9c 100644
(file)
--- 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) {