diff --git a/.gitignore b/.gitignore index 3b90a3a59..07b2cce5a 100644 --- a/.gitignore +++ b/.gitignore @@ -2,8 +2,6 @@ /_site /node_modules /.bundle -assets/vendor/clipboard/src -assets/vendor/clipboard/test assets/vendor/hint.css/src /vendor /.sass-cache diff --git a/_config.yml b/_config.yml index 9ee37d810..d1628fc02 100644 --- a/_config.yml +++ b/_config.yml @@ -31,7 +31,6 @@ exclude: - vendor/bundle - spec - assets/vendor/selectivizr/tests - - assets/vendor/clipboard/test - assets/vendor/*/README.* - license-list-XML diff --git a/_includes/footer.html b/_includes/footer.html index 1f87a4626..a4a549107 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -16,7 +16,6 @@ {% if page.collection == "licenses" or page.class == "license-types" %} - -``` - -Or load it from a CDN. - -```html - -``` - -Now, you need to instantiate it using a DOM selector. This selector corresponds to the trigger element(s), for example ` -``` - -### Cut text from another element - -Additionally, you can define a `data-clipboard-action` attribute to specify if you want to either `copy` or `cut` content. - -If you omit this attribute, `copy` will be used by default. - -example-3 - -```html - - - - - -``` - -As you may expect, the `cut` action only works on `` or `