[NTG-context] please fix command reference links on contextgarden

2011-08-22 Thread Philipp A.
it does *still* not work. the fuction is defined as such: function show_command(URL) { open_window().location.href='http://texshow.contextgarden.net/cmd/' + URL; } and thus redirects to some url under http://texshow.contextgarden.net/. but no matter what that url is, the subdomain

Re: [NTG-context] please fix command reference links on contextgarden

2011-08-22 Thread Mojca Miklavec
On Mon, Aug 22, 2011 at 21:14, Philipp A. wrote: it does still not work. the fuction is defined as such: function show_command(URL) { open_window().location.href='http://texshow.contextgarden.net/cmd/' + URL; } and thus redirects to some url under

Re: [NTG-context] please fix command reference links on contextgarden

2011-08-22 Thread Philipp A.
Can you please provide more details of course how can we reproduce the problem go to e.g. http://wiki.contextgarden.net/Quotes and click on a command link, e.g. *single quotes* \quote{some text} in the wiki, the fake link on \quote is a real one, calling javascript:show_command('quote') on

Re: [NTG-context] please fix command reference links on contextgarden

2011-08-22 Thread Mojca Miklavec
On Mon, Aug 22, 2011 at 21:53, Philipp A. wrote: and where is that function? the function can be found in http://wiki.contextgarden.net/index.php?title=-action=rawsmaxage=0gen=jsuseskin=monobook270, which is loaded in the head of each contextgarden wiki page. Thank you. It was a very nasty

Re: [NTG-context] please fix command reference links on contextgarden

2011-08-22 Thread Philipp A.
2011/8/22 Mojca Miklavec mojca.miklavec.li...@gmail.com Thank you. It was a very nasty one to find, it is located here: http://wiki.contextgarden.net/MediaWiki:Monobook.js I fixed the link now, but we probably need to remove javascript alltogether and just create a normal link. Mojca