replace arrow functions on frontend with old style function

This commit is contained in:
Bilal Catic
2019-11-08 13:52:55 +01:00
parent 43747eb942
commit c2ffc906ea
4 changed files with 19 additions and 19 deletions

View File

@@ -20,7 +20,7 @@
</h6>
</div>
<script>
window.onload = () => {
window.onload = function() {
document.getElementById('realEstateUrl').click();
}
</script>