Z verze
změnil(a) David Brazda
k 08.04.2021 10:16
Na verzi < 3.1
změnil(a) David Brazda
k 08.04.2021 15:24
<
Popis verze: Imported from XAR

Přehled

Rozpis

XWiki.JavaScriptExtension[1]
Kód
... ... @@ -1,6 +1,6 @@
1 1  require(['jquery'], function($) {
2 - //in case of important dom change - like CKEditor save, the lightbox must be re-added again
3 - $(document).on('xwiki:dom:updated', function() {
2 + //triggered both when ready and also in case of important dom change - like CKEditor save, the lightbox must be re-added again
3 + $(document).on('xwiki:dom:updated ready', function() {
4 4   //puvodni kod
5 5   //$(".wikiattachmentlink img").parents("a").attr("data-lightbox","lightbox");
6 6