projects
/
adhocweb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
35279be
)
Fix typo: Missing "="
author
Florian Zeitz
<florob@babelmonkeys.de>
Wed, 6 Oct 2010 17:22:43 +0000
(19:22 +0200)
committer
Florian Zeitz
<florob@babelmonkeys.de>
Wed, 6 Oct 2010 17:22:43 +0000
(19:22 +0200)
js/main.js
patch
|
blob
|
history
diff --git
a/js/main.js
b/js/main.js
index 4db92c80f4e46782625b3601869a4e202f667de9..6bd32412743739166210a6cc07f5d3c9e3df1a29 100644
(file)
--- a/
js/main.js
+++ b/
js/main.js
@@
-88,7
+88,7
@@
function addForm(elem, x) {
item = $("<input type='text'/>").attr("readonly",true);
break;
case "jid-multi":
- item = $("<textarea rows='10' cols'70'/>");
+ item = $("<textarea rows='10' cols
=
'70'/>");
break;
case "jid-single":
item = $("<input type='text'/>");