mirror of
https://github.com/owncloudarchive/contacts.git
synced 2024-12-01 13:24:10 +01:00
Fix for TravisCI: Errors parsPHP Parse error: syntax error, unexpected
'[' in /home/travis/build/owncloud/contacts/templates/contacts.php on line 4
This commit is contained in:
parent
8c3d7ccdba
commit
d8714363fb
@ -1,13 +1,13 @@
|
||||
<?php
|
||||
use OCA\Contacts\ImportManager;
|
||||
|
||||
script('', [
|
||||
script('', array(
|
||||
'tags',
|
||||
'placeholder',
|
||||
'avatar',
|
||||
]);
|
||||
));
|
||||
|
||||
script('contacts', [
|
||||
script('contacts', array(
|
||||
'modernizr.custom',
|
||||
'app',
|
||||
'addressbooks',
|
||||
@ -16,27 +16,27 @@ script('contacts', [
|
||||
'groups',
|
||||
'jquery.ocaddnew',
|
||||
'otherbackendconfig',
|
||||
]);
|
||||
));
|
||||
|
||||
style('contacts', [
|
||||
style('contacts', array(
|
||||
'multi-select',
|
||||
'jquery.combobox',
|
||||
'jquery.ocaddnew',
|
||||
'contacts',
|
||||
'jquery.Jcrop.min',
|
||||
]);
|
||||
));
|
||||
|
||||
vendor_script('contacts', [
|
||||
vendor_script('contacts', array(
|
||||
'jquery-combobox/combobox',
|
||||
'ui-multiselect/src/jquery.multiselect',
|
||||
'blueimp-md5/js/md5.min',
|
||||
'jcrop/js/jquery.Jcrop.min',
|
||||
'blueimp-file-upload/js/jquery.fileupload',
|
||||
]);
|
||||
));
|
||||
|
||||
vendor_style('contacts', [
|
||||
vendor_style('contacts', array(
|
||||
'ui-multiselect/jquery.multiselect',
|
||||
]);
|
||||
));
|
||||
|
||||
?>
|
||||
<div id="app">
|
||||
|
Loading…
Reference in New Issue
Block a user