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