Great, thanks!
El jue., 2 jul. 2020 16:53, Frediano Ziglio escribió:
> Yes, tested and merged, sorry it got lost
>
> Thanks
> Frediano
>
>
> Hi there.
>
> Is there any option to get this fix into spice-html5 code?
>
> Thanks in advance.
>
>
>
> El jue., 28 may. 2020 a las 13:33, Oliver Gutierr
Yes, tested and merged, sorry it got lost
Thanks
Frediano
> Hi there.
> Is there any option to get this fix into spice-html5 code?
> Thanks in advance.
> El jue., 28 may. 2020 a las 13:33, Oliver Gutierrez (< ogutier...@redhat.com
> >) escribió:
> > This is a patch to fix the SPICE port fe
Hi there.
Is there any option to get this fix into spice-html5 code?
Thanks in advance.
El jue., 28 may. 2020 a las 13:33, Oliver Gutierrez ()
escribió:
> This is a patch to fix the SPICE port feature not being working since the
> change made to use module imports instead of inline loading of
This is a patch to fix the SPICE port feature not being working since the
change made to use module imports instead of inline loading of scripts.
Right now works with only this change.
On Thu, May 28, 2020 at 1:31 PM Oliver Gutierrez wrote:
> ---
> src/port.js | 2 +-
> 1 file changed, 1 inser
---
src/port.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/port.js b/src/port.js
index 74523ae..b254131 100644
--- a/src/port.js
+++ b/src/port.js
@@ -20,7 +20,7 @@
*/
import { Constants } from './enums.js';
-import { DEBUG } from './utils.js';
+import { DEBUG, arr