Deploy website

Deploy website version based on 5ac2cee658
This commit is contained in:
Website Deployment Script 2018-07-11 05:11:13 +00:00
parent 494e48863b
commit cfe7db7422
2952 changed files with 2959 additions and 2957 deletions

View file

@ -31,6 +31,8 @@ window.addEventListener('load', function() {
);
const clipboard = new ClipboardJS('.btnClipboard', {
// Not gonna use the shorthand as this file is sent down to browsers without transpiling.
/* eslint-disable object-shorthand */
target: function(trigger) {
return trigger.parentNode.querySelector('code');
},