[Library | Trunk]: Fix reload url after login and logout
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@59458 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
bd41180c74
commit
021e7063d7
|
@ -25,7 +25,6 @@ export class ReloadComponent {
|
|||
public ngOnInit() {
|
||||
HelperFunctions.scroll();
|
||||
var URL = Session.getReloadUrl();
|
||||
console.log(URL);
|
||||
if (URL && URL["path"] && URL["path"] != null && URL["path"] != "") {
|
||||
var url = URL["path"];
|
||||
var host = URL["host"];
|
||||
|
|
Loading…
Reference in New Issue