From 4d666eef904f6262f330829af8b053e92229f0d0 Mon Sep 17 00:00:00 2001 From: Vasco Guita <33404234+vascoguita@users.noreply.github.com> Date: Wed, 10 Nov 2021 17:16:34 +0100 Subject: [PATCH] Temporary ifc-js.wasm path fix (#1) Co-authored-by: Vasco Guita --- ifc-js/src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ifc-js/src/App.vue b/ifc-js/src/App.vue index 6ededd5..0ce66fb 100644 --- a/ifc-js/src/App.vue +++ b/ifc-js/src/App.vue @@ -87,7 +87,7 @@ export default { }, addIFCModel: function () { const ifcLoader = new IFCLoader() - ifcLoader.ifcManager.setWasmPath('../../../../../../../') + ifcLoader.ifcManager.setWasmPath('../../../../../../../../../../../../../../../../cernbox/ifc-js-0.0.1/') const header = { Authorization: 'Bearer ' + this.getToken, 'X-Requested-With': 'XMLHttpRequest'