-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove redundant zeroclipboard-rails gem
And associated JavaScript config. This was originally added in this PR [1] and I can't see any other remnants. This seems like a good thing, because the functionality it was supposed to provide wasn't working for me (at least in Firefox) and the GitHub repo [2] has been archived since 2021! We're now using the `copy_to_clipboard` component [3] instead. [1]: #248 [2]: https://github.com/zeroclipboard/zeroclipboard-rails [3]: https://components.publishing.service.gov.uk/component-guide/copy_to_clipboard
- Loading branch information
1 parent
32a74fa
commit e4bbffc
Showing
3 changed files
with
0 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
//= require chosen.jquery | ||
//= require_directory ./legacy/modules | ||
//= require zeroclipboard |