Z verze
změnil(a) David Brazda
k 09.01.2021 11:01
Na verzi < 172.1 >
změnil(a) David Brazda
k 09.01.2021 11:05
< >
Popis verze: Smazaný objekt

Přehled

Rozpis

Na stránce změněno:
Obsah
... ... @@ -1,3 +1,5 @@
1 +{{newpages/}}
2 +
1 1  Pracovní prostor pro podporu denní agendy a vnitřní organizovanosti.
2 2  
3 3  Použít [[image:icon:accept]] hotovo, [[image:icon:cancel]] neni hotovo, [[image:icon:error]] není hotovo protože (uvést důvod)
XWiki.JavaScriptExtension[0]
Kód
... ... @@ -1,13 +1,13 @@
1 1  require(['jquery'], function($) {
2 2  $(document).ready(function(){
3 - $("#leftPanels a").click(function (e) {
3 + $("#xwikicontent a").click(function (e) {
4 4   e.preventDefault(); //so the browser doesn't follow the link
5 5  
6 - //$("#contentcolumn" ).load(this.href + " #contentcolumn" );
6 + $("#xwikicontent" ).load(this.href + " #xwikicontent" );
7 7  
8 8   //$("#content").load(this.href, function () {
9 9  
10 - alert('Loading content from:' + $(this).attr("href"));
10 + //alert('Loading content from:' + $(this).attr("href"));
11 11   //});
12 12   }); //click
13 13   });//ready