Author: sevein
Date: Fri Sep 30 10:46:54 2011
New Revision: 9881

Log:
Add type

Modified:
   trunk/js/multiInput.js

Modified: trunk/js/multiInput.js
==============================================================================
--- trunk/js/multiInput.js      Fri Sep 30 10:07:30 2011        (r9880)
+++ trunk/js/multiInput.js      Fri Sep 30 10:46:54 2011        (r9881)
@@ -51,7 +51,7 @@
                       }
 
                       // Add input value to multiInput
-                      var $li = $('<li><input name="' + name + '[new' + 
index++ + ']" value="' + this.value + '"/></li>')
+                      var $li = $('<li><input type="text" name="' + name + 
'[new' + index++ + ']" value="' + this.value + '"/></li>')
 
                         // Bind click event to new list item
                         .click(function (event)

-- 
You received this message because you are subscribed to the Google Groups 
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/qubit-commits?hl=en.

Reply via email to