Skip to content
This repository was archived by the owner on Sep 26, 2022. It is now read-only.

Commit 740db7d

Browse files
author
pictime
committed
Fix for issue #23 : CI profiler not visible debug profiler view
1 parent 4664203 commit 740db7d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

  • third_party/DevelBar/views/develbar

third_party/DevelBar/views/develbar/ajax.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
<script type="text/javascript">
2+
var cidvl_siteurl = '<?php echo site_url(); ?>';
3+
</script>
14
<img src="<?php echo $icon ?>" alt="<?php echo lang('ajax_requests') ?>"
25
title="<?php echo lang('ajax_requests') ?>"/> <span class="ci-toolbar-ajax-requests"></span>
36
<div class="detail ajax ci-toolbar-block-ajax">

0 commit comments

Comments
 (0)