From 8a720ce6597cc97133cb75abee7cb50dc7f6ac29 Mon Sep 17 00:00:00 2001 From: jsconan Date: Fri, 5 Jul 2024 15:57:26 +0200 Subject: [PATCH] fix: add the missing registration for the PCI that prevent from using hotreload --- .../pciCreator/ims/textReaderInteraction/imsPciCreator.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/views/js/pciCreator/ims/textReaderInteraction/imsPciCreator.json b/views/js/pciCreator/ims/textReaderInteraction/imsPciCreator.json index 3766e43..4522f6c 100644 --- a/views/js/pciCreator/ims/textReaderInteraction/imsPciCreator.json +++ b/views/js/pciCreator/ims/textReaderInteraction/imsPciCreator.json @@ -25,7 +25,11 @@ }, "libraries" : [], "src" : [ - "./runtime/textReaderInteraction.js" + "./runtime/textReaderInteraction.js", + "./runtime/js/renderer.js", + "./runtime/js/tabs.js", + "./runtime/css/jquery.qtip.css", + "./runtime/css/textReaderInteraction.css" ] }, "creator" : {