replace arrow functions on frontend with old style function
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
</h6>
|
||||
</div>
|
||||
<script>
|
||||
window.onload = () => {
|
||||
window.onload = function() {
|
||||
document.getElementById('realEstateUrl').click();
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user