fix first execution of project finder
This commit is contained in:
@@ -18,8 +18,10 @@
|
|||||||
<script type="text/javascript" src="script/lightbox.min.js"></script>
|
<script type="text/javascript" src="script/lightbox.min.js"></script>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
self.onSamePageMove = function(asHash){
|
self.onSamePageMove = function(asHash){
|
||||||
self.tmp('map').remove();
|
if(typeof self.tmp('map') != 'undefined') {
|
||||||
self.tmp('$Map').empty();
|
self.tmp('map').remove();
|
||||||
|
self.tmp('$Map').empty();
|
||||||
|
}
|
||||||
self.pageInit(asHash);
|
self.pageInit(asHash);
|
||||||
return false;
|
return false;
|
||||||
};
|
};
|
||||||
|
|||||||
5
todo
5
todo
@@ -5,4 +5,7 @@ To Do List
|
|||||||
- Hover on track segments
|
- Hover on track segments
|
||||||
- Table for images
|
- Table for images
|
||||||
- Static map in backend
|
- Static map in backend
|
||||||
- Device/Spot Class
|
- Device/Spot Class
|
||||||
|
- Manage projects.timezone
|
||||||
|
- Remove files2/ on server
|
||||||
|
- suffixes on js files with timestamp
|
||||||
Reference in New Issue
Block a user