Skip to content

Commit

Permalink
Revert "UI: publish webui-popover.min.js"
Browse files Browse the repository at this point in the history
This reverts commit ccab195.

We do not need this in trunk, as we have not discussed dependencies
yet and also probably do not want that dependency anymore.
  • Loading branch information
klees committed Nov 27, 2024
1 parent ccab195 commit 5b9b607
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions components/ILIAS/UI/UI.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,6 @@ 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 @@ -115,7 +113,10 @@ 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 5b9b607

Please sign in to comment.