Skip to content

Commit d99192f

Browse files
s0rinthibsy
authored andcommitted
[FIX] #48238 UIComponent: typo inside asset path (ILIAS-eLearning#11979)
References: * https://mantis.ilias.de/view.php?id=48238 * ILIAS-eLearning#11979
1 parent adbc605 commit d99192f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/ILIAS/UIComponent/Explorer2/classes/class.ilExplorerSelectInputGUI.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ public function render(string $a_mode = "property_form"): string
170170
$on_load_code = $this->getInitializationOnLoadCode();
171171

172172
$this->global_tpl->addJavascript("assets/js/Explorer2.js");
173-
$this->global_tpl->addJavascript("asserts/js/LegacyModal.js");
173+
$this->global_tpl->addJavascript("assets/js/LegacyModal.js");
174174
$this->global_tpl->addOnLoadCode($on_load_code);
175175

176176
$tpl = new ilTemplate("tpl.prop_expl_select.html", true, true, "components/ILIAS/UIComponent/Explorer2");

0 commit comments

Comments
 (0)