fix first project selection
This commit is contained in:
@@ -23,8 +23,9 @@ self.onSamePageMove = function(asHash){
|
|||||||
self.tmp('map').remove();
|
self.tmp('map').remove();
|
||||||
self.tmp('$Map').empty();
|
self.tmp('$Map').empty();
|
||||||
self.tmp('map', null);
|
self.tmp('map', null);
|
||||||
|
initProject(asHash.items[0]);
|
||||||
}
|
}
|
||||||
initProject(asHash.items[0]);
|
else self.pageInit(asHash);
|
||||||
return false;
|
return false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user