Změny dokumentu Lightbox support
Naposledy upravil David Brazda 08.04.2021 15:19
Popis verze:
allow view právo pro XWiki.Reader
Přehled
-
Objects (1 změněno, 0 přidáno, 0 odstraněno)
Rozpis
- XWiki.JavaScriptExtension[1]
-
- Kód
-
... ... @@ -13,16 +13,6 @@ 13 13 if (img_alt) { 14 14 $(this).parents("a").attr("data-title", img_alt); 15 15 } 16 - //fig and figcaption handling 17 - if (!jQuery(this).parent().is('figure')) { 18 - jQuery(this).wrap($('<figure/>', { 19 - 'class': 'image' 20 - })); 21 - if (img_alt) { 22 - $(this).after($('<figcaption/>').append(img_alt)); 23 - } 24 - } 25 25 }); //each function 26 26 }); //dom updated 27 27 }); //require 28 - - Jméno
-
... ... @@ -1,1 +1,1 @@ 1 - updatelightboxwhen loadedandafter save1 +add lightbox again after save