Změny dokumentu Lightbox support
                  Naposledy upravil David Brazda 08.04.2021 15:24
              
      
      Popis verze:
              Imported from XAR
          
   Přehled
- 
          Objects (1 změněno, 0 přidáno, 0 odstraněno)
 
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