fix error creating new lots
parent
e1fe4ca879
commit
25d6e134b7
|
|
@ -363,9 +363,11 @@
|
|||
|
||||
<%- include('_footerA'); -%>
|
||||
|
||||
<% if (!isCreate) { %>
|
||||
<script>
|
||||
exports.lotComments = <%- JSON.stringify(lot.lotComments) %>;
|
||||
</script>
|
||||
<% } %>
|
||||
<script src="<%= urlPrefix %>/javascripts/lotEdit.min.js"></script>
|
||||
|
||||
<%- include('_footerB'); -%>
|
||||
|
|
|
|||
Loading…
Reference in New Issue