fix first project selection

This commit is contained in:
2019-01-27 16:56:46 +01:00
parent 7da90d4ed1
commit b4457a1931

View File

@@ -23,8 +23,9 @@ self.onSamePageMove = function(asHash){
self.tmp('map').remove();
self.tmp('$Map').empty();
self.tmp('map', null);
initProject(asHash.items[0]);
}
initProject(asHash.items[0]);
else self.pageInit(asHash);
return false;
};