fix first execution of project finder

This commit is contained in:
2019-01-26 12:17:11 +01:00
parent a538357aba
commit 02d6822d05
2 changed files with 8 additions and 3 deletions
+4 -2
View File
@@ -18,8 +18,10 @@
<script type="text/javascript" src="script/lightbox.min.js"></script>
<script type="text/javascript">
self.onSamePageMove = function(asHash){
self.tmp('map').remove();
self.tmp('$Map').empty();
if(typeof self.tmp('map') != 'undefined') {
self.tmp('map').remove();
self.tmp('$Map').empty();
}
self.pageInit(asHash);
return false;
};
+3
View File
@@ -6,3 +6,6 @@ To Do List
- Table for images
- Static map in backend
- Device/Spot Class
- Manage projects.timezone
- Remove files2/ on server
- suffixes on js files with timestamp