From 57662c16731e336692de3cc7f30755086475b2b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Mon, 7 Aug 2023 17:31:17 +0200 Subject: [PATCH] portalHelper: Fix import fileutils.js is in a different directory than the main entry point. Part-of: --- js/portalHelper/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/portalHelper/main.js b/js/portalHelper/main.js index d2abda9c6..68d90e489 100644 --- a/js/portalHelper/main.js +++ b/js/portalHelper/main.js @@ -11,7 +11,7 @@ import {programInvocationName, programArgs} from 'system'; const _ = Gettext.gettext; const Config = imports.misc.config; -import {loadInterfaceXML} from './fileUtils.js'; +import {loadInterfaceXML} from '../misc/fileUtils.js'; const PortalHelperResult = { CANCELLED: 0,