Skip to content

Commit

Permalink
Include backend in ajax url.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Nov 24, 2016
1 parent 1fe4005 commit e049016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chora/annotate.php
Expand Up @@ -47,7 +47,7 @@
$page_output->addScriptFile('annotate.js');
$page_output->addInlineJsVars(array(
'var Chora' => array(
'ANNOTATE_URL' => (string)Horde::url('annotate.php', true)->add(array('actionID' => 'log', 'f' => $where, 'rev' => '')),
'ANNOTATE_URL' => (string)Horde::url('annotate.php', true)->add(array('actionID' => 'log', 'rt' => $sourceroot, 'f' => $where, 'rev' => '')),
'loading_text' => _("Loading...")
)
));
Expand Down

0 comments on commit e049016

Please sign in to comment.