Změny dokumentu Tour
Naposledy změněno Martin Výlet 18.06.2024 09:11
Od verze 3.1
změnil(a) superadmin
k 06.01.2023 13:22
k 06.01.2023 13:22
Změnit komentář:
Migrated property [async_enabled] from class [XWiki.UIExtensionClass]
Na verzi 4.1
změnil(a) Martin Výlet
k 18.06.2024 09:11
k 18.06.2024 09:11
Změnit komentář:
Install extension [org.xwiki.platform:xwiki-platform-tour-ui/15.10.10]
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Objects (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Autor dokumentu
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. superadmin1 +XWiki.vyl0022
- XWiki.JavaScriptExtension[0]
-
- Kód
-
... ... @@ -14,7 +14,7 @@ 14 14 15 15 // Add a launch tour link to the actions column. 16 16 if (row.find('.actionLaunch').length == 0) { 17 - $('<a class="action actionLaunch">$services.icon.renderHTML("play") $escapetool.javascript($escapetool.xml($services.localization.render("tour.livetable._actions.launch")))</a>') 17 + $('<a class="action actionLaunch">$escapetool.javascript($services.icon.renderHTML("play")) $escapetool.javascript($escapetool.xml($services.localization.render("tour.livetable._actions.launch")))</a>') 18 18 .attr('href', targetPageDocument.getURL('view', 'startTour=true')) 19 19 .css('padding-left', '1px').appendTo(row.find('.actions')); 20 20 }