Skip to content

Commit

Permalink
Fix copy-to-clipboard for ownCloud version less then 9.2 (#546)
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepDiver1975 authored Dec 5, 2016
1 parent 682e79d commit 5a8b428
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ appstore:
js/vendor/angular-route/angular-route.js \
js/vendor/angular-sanitize/angular-sanitize.js \
js/vendor/angular-uuid4/angular-uuid4.js \
js/vendor/clipboard/dist/clipboard.min.js \
js/vendor/jquery-timepicker/jquery.ui.timepicker.js \
js/vendor/ngclipboard/dist/ngclipboard.min.js \
js/vendor/ui-select/dist/select.js \
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<description>The new and improved app for your Contacts.</description>
<licence>AGPL</licence>
<author>Hendrik Leppelsack, Thomas Müller, Alexander Weidinger, Jan-Christoph Borchardt, Tom Needham</author>
<version>1.5.0</version>
<version>1.5.1</version>
<documentation>
<user>https://doc.owncloud.org/server/9.1/user_manual/pim/contacts.html</user>
<admin>https://doc.owncloud.org/server/9.1/admin_manual/configuration_server/occ_command.html?highlight=contact#dav-commands</admin>
Expand Down
1 change: 1 addition & 0 deletions templates/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
script('contacts', 'vendor/angular-bootstrap/ui-bootstrap.min');
script('contacts', 'vendor/angular-bootstrap/ui-bootstrap-tpls.min');
script('contacts', 'vendor/jquery-timepicker/jquery.ui.timepicker');
script('contacts', 'vendor/clipboard/dist/clipboard.min');
script('contacts', 'vendor/ngclipboard/dist/ngclipboard.min');

// all styles
Expand Down

0 comments on commit 5a8b428

Please sign in to comment.