|
|
@ -7,7 +7,7 @@ module.exports = PropertyCompositeView.extend({ |
|
|
|
|
|
|
|
|
template: _.template(` |
|
|
template: _.template(` |
|
|
<div class="<%= pfx %>field <%= pfx %>stack"> |
|
|
<div class="<%= pfx %>field <%= pfx %>stack"> |
|
|
<button id='<%= pfx %>add'>+</button> |
|
|
<button type="button" id='<%= pfx %>add'>+</button> |
|
|
<span id='<%= pfx %>input-holder'></span> |
|
|
<span id='<%= pfx %>input-holder'></span> |
|
|
</div> |
|
|
</div> |
|
|
<div style="clear:both"></div>`), |
|
|
<div style="clear:both"></div>`), |
|
|
|