()
| 112 | } |
| 113 | |
| 114 | function addRow() { |
| 115 | if ($('.domain').length >= 4) { |
| 116 | log('That should be enough.', 3000) |
| 117 | return |
| 118 | } |
| 119 | list.append( |
| 120 | Mustache.render(ITEM_TPL, { |
| 121 | domains: [''] |
| 122 | }) |
| 123 | ) |
| 124 | } |
| 125 | |
| 126 | function removeRow() { |
| 127 | $(this) |