Added real estate ad edit ability
This commit is contained in:
@@ -107,7 +107,7 @@
|
||||
|
||||
//Move map and marker to already selected position if in editing mode
|
||||
if( editingRealEstate===true) {
|
||||
console.log('Editujem mapu!');
|
||||
//console.log('Editujem mapu!');
|
||||
setMarkerToLocation(map, editingRealEstate);
|
||||
}
|
||||
|
||||
|
||||
@@ -1,7 +1,4 @@
|
||||
<br>
|
||||
<% if(editingRealEstate) { %>
|
||||
<div>Editujem oglas!</div>
|
||||
<% } %>
|
||||
|
||||
<form id="publishForm" method="POST" novalidate >
|
||||
<div class="row">
|
||||
|
||||
Reference in New Issue
Block a user