mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-09 19:40:19 +00:00
Remove hand crafted urls on viewer-index.ts
This commit is contained in:
@ -217,7 +217,7 @@ exportToHtml("loadViewer", (config: ViewerConfig) => {
|
||||
const updateArgs = {
|
||||
data: { sasPictureId: this.currentPicture.id },
|
||||
unused: "",
|
||||
url: `/sas/picture/${this.currentPicture.id}/`,
|
||||
url: this.currentPicture.sas_url,
|
||||
};
|
||||
if (this.pushstate === History.Replace) {
|
||||
window.history.replaceState(
|
||||
|
Reference in New Issue
Block a user