Skip to content
Snippets Groups Projects
Commit 1f06cdf8 authored by Thomas Tanghus's avatar Thomas Tanghus
Browse files

Small js fix.

parent 07124ee3
Branches
No related tags found
No related merge requests found
<script type='text/javascript'>
var totalurl = '<?php echo OCP\Util::linkToRemote('carddav'); ?>addressbooks';
var categories = <?php echo json_encode($_['categories']); ?>;
var id = <?php echo $_['id']; ?>;
var id = '<?php echo $_['id']; ?>';
var lang = '<?php echo OCP\Config::getUserValue(OCP\USER::getUser(), 'core', 'lang', 'en'); ?>';
</script>
<div id="leftcontent">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment