mirror of
https://github.com/nextcloud/server.git
synced 2026-03-01 21:10:36 -05:00
Contacts: No need to sort the categories anymore
This commit is contained in:
parent
43ba23430d
commit
e9c1f8b4e6
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
<script type='text/javascript'>
|
||||
var totalurl = '<?php echo OC_Helper::linkToAbsolute('contacts', 'carddav.php'); ?>/addressbooks';
|
||||
var categories = <?php sort($_['categories']); echo json_encode($_['categories']); ?>;
|
||||
var categories = <?php echo json_encode($_['categories']); ?>;
|
||||
var lang = '<?php echo OC_Preferences::getValue(OC_User::getUser(), 'core', 'lang', 'en'); ?>';
|
||||
</script>
|
||||
<div id="controls">
|
||||
|
|
|
|||
Loading…
Reference in a new issue