fixed homepage url issue

This commit is contained in:
sairaj mote 2020-06-24 13:02:47 +05:30 committed by GitHub
parent 65b7ce6763
commit 4fd621b999
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -848,7 +848,7 @@
page: "homepage",
thisField: null,
};
history.pushState(appState, null, '');
history.pushState(appState, null, location.pathname + location.search);
render("homepage")
})