mirror of
https://github.com/ent/ent.git
synced 2026-04-28 13:40:56 +03:00
ent/doc: minor changes for doc websote and readme
Reviewed By: dlvhdr Differential Revision: D17163026 fbshipit-source-id: 62536da9a450ac80eb224252e12ae8dc835acb11
This commit is contained in:
committed by
Facebook Github Bot
parent
931d0c0565
commit
6913e80e43
@@ -33,7 +33,7 @@ window.addEventListener('load', function() {
|
||||
const clipboard = new ClipboardJS('.btnClipboard', {
|
||||
target: function(trigger) {
|
||||
return trigger.parentNode.querySelector('code');
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
clipboard.on('success', function(event) {
|
||||
|
||||
Reference in New Issue
Block a user