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