Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added "copy to clipboard" link in graph csv export section #22

Merged
merged 1 commit into from Jul 16, 2018

Conversation

emrysr
Copy link
Contributor

@emrysr emrysr commented Jul 13, 2018

fixes issue #21
pull request in emoncms/emoncms is also required to complete this fix:
emoncms/emoncms#921

    // stops a part upgrade error - this change requires emoncms/emoncms repo to also be updated
    // keep button hidden if new version of clipboard.js is not available
    if (typeof copyToClipboardCustomMsg === 'function') {
        document.getElementById('copy-csv').classList.remove('hidden');
    } else {
@TrystanLea TrystanLea merged commit d0c2b37 into emoncms:master Jul 16, 2018
@pb66 pb66 mentioned this pull request Jul 29, 2018
@glynhudson glynhudson mentioned this pull request Oct 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants