Index: trunk/extensions/Collection/js/collection.js |
— | — | @@ -158,7 +158,7 @@ |
159 | 159 | return; |
160 | 160 | } |
161 | 161 | if (!$('#communityCollTitle').length || $('#personalCollType:checked').val()) { |
162 | | - $('#personalCollTitle').attr('disabled', ''); |
| 162 | + $('#personalCollTitle').removeAttr('disabled'); |
163 | 163 | $('#communityCollTitle').attr('disabled', 'disabled'); |
164 | 164 | if (!$.trim($('#personalCollTitle').val())) { |
165 | 165 | $('#saveButton').attr('disabled', 'disabled'); |