Skip to content

Commit

Permalink
UI: publish webui-popover.min.js
Browse files Browse the repository at this point in the history
  • Loading branch information
tfamula authored and klees committed Nov 27, 2024
1 parent f1beed5 commit ccab195
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions components/ILIAS/UI/UI.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ public function init(
new Component\Resource\ComponentJS($this, "js/Prompt/dist/prompt.min.js");
$contribute[Component\Resource\PublicAsset::class] = fn() =>
new Component\Resource\ComponentJS($this, "js/Page/stdpage.js");
$contribute[Component\Resource\PublicAsset::class] = fn() =>
new Component\Resource\NodeModule("webui-popover/dist/jquery.webui-popover.min.js");
$contribute[Component\Resource\PublicAsset::class] = fn() =>
new Component\Resource\ComponentJS($this, "js/Popover/popover.js");
$contribute[Component\Resource\PublicAsset::class] = fn() =>
Expand Down Expand Up @@ -113,10 +115,7 @@ public function init(
$contribute[Component\Resource\PublicAsset::class] = fn() =>
new Component\Resource\NodeModule("mediaelement/build/renderers/vimeo.min.js");
*/
/* This library was missing after discussing dependencies for ILIAS 10
$contribute[Component\Resource\PublicAsset::class] = fn() =>
new Component\Resource\NodeModule("webui-popover/dist/jquery.webui-popover.min.js");
*/



// This is included via anonymous classes as a testament to the fact, that
Expand Down

0 comments on commit ccab195

Please sign in to comment.