SPR-869: debug for wiki in root
This commit is contained in:
parent
3f9d4d521a
commit
a21c6f8785
2 changed files with 27 additions and 2 deletions
js/plugins
|
@ -6,7 +6,7 @@ jQuery(function () {
|
|||
|
||||
// load summary
|
||||
jQuery('.page-attributes .plugin_qc a').load(
|
||||
DOKU_BASE + '/lib/exe/ajax.php',
|
||||
DOKU_BASE + 'lib/exe/ajax.php',
|
||||
{
|
||||
call: 'plugin_qc_short',
|
||||
id: JSINFO['id']
|
||||
|
@ -20,7 +20,7 @@ jQuery(function () {
|
|||
if ($panel.html() == '') {
|
||||
// load output
|
||||
$panel.load(
|
||||
DOKU_BASE + '/lib/exe/ajax.php',
|
||||
DOKU_BASE + 'lib/exe/ajax.php',
|
||||
{
|
||||
call: 'plugin_qc_long',
|
||||
id: JSINFO['id']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue