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

Přehled

Rozpis

XWiki.JavaScriptExtension[0]
Kód
... ... @@ -3,11 +3,11 @@
3 3   $("#xwikicontent a").click(function (e) {
4 4   e.preventDefault(); //so the browser doesn't follow the link
5 5  
6 - $("#xwikicontent" ).load(this.href + " #xwikicontent" );
6 + //$("#contentcolumn" ).load(this.href + " #contentcolumn" );
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