fix first execution of project finder

This commit is contained in:
2019-01-26 12:17:11 +01:00
parent 591a2c5bad
commit e40e57cf7f
2 changed files with 8 additions and 3 deletions

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;
};

5
todo
View File

@@ -5,4 +5,7 @@ To Do List
- Hover on track segments
- Table for images
- Static map in backend
- Device/Spot Class
- Device/Spot Class
- Manage projects.timezone
- Remove files2/ on server
- suffixes on js files with timestamp