mirror of
https://github.com/owncloudarchive/contacts.git
synced 2024-12-01 13:24:10 +01:00
Small js fix.
This commit is contained in:
parent
541dfa2580
commit
bba0cb9f48
@ -1,7 +1,7 @@
|
||||
<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">
|
||||
|
Loading…
Reference in New Issue
Block a user