SPR-869: debug for wiki in root

This commit is contained in:
Jana Deutschländer 2017-04-13 12:44:53 +02:00
parent 3f9d4d521a
commit a21c6f8785
2 changed files with 27 additions and 2 deletions
js/plugins

View file

@ -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']