Skip to content

Commit 94ed0bb

Browse files
committed
Fixed copy-to-clipboard functionality
1 parent 1ed40cf commit 94ed0bb

File tree

30 files changed

+480
-480
lines changed

30 files changed

+480
-480
lines changed

docs/advanced-usage/date-attributes/index.html

Lines changed: 26 additions & 26 deletions
Large diffs are not rendered by default.

docs/advanced-usage/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<meta name="twitter:description" content="Connect the hidden fragments of an identity in your data. Fast, scalable, open source."/>
1515
<link rel="icon" type="image/x-icon" href="/img/favicon.ico"/>
1616
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet"/>
17-
<link rel="stylesheet" href="/css/all.css?id=564675262"><script async src="https://www.googletagmanager.com/gtag/js?id=UA-27325874-2"></script>
17+
<link rel="stylesheet" href="/css/all.css?id=158399256"><script async src="https://www.googletagmanager.com/gtag/js?id=UA-27325874-2"></script>
1818
<script>
1919
window.dataLayer = window.dataLayer || [];
2020
function gtag(){dataLayer.push(arguments);}
@@ -28,7 +28,7 @@
2828
'event_callback': function(){document.location = uri;}
2929
});
3030
};
31-
</script><script src="/js/all.js?id=912144991"></script>
31+
</script><script src="/js/all.js?id=450185844"></script>
3232
</head>
3333
<body>
3434
<div id="app" >

docs/advanced-usage/matcher-parameters/index.html

Lines changed: 32 additions & 32 deletions
Large diffs are not rendered by default.

docs/advanced-usage/payload-attributes/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<meta name="twitter:description" content="Connect the hidden fragments of an identity in your data. Fast, scalable, open source."/>
1515
<link rel="icon" type="image/x-icon" href="/img/favicon.ico"/>
1616
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet"/>
17-
<link rel="stylesheet" href="/css/all.css?id=829425960"><script async src="https://www.googletagmanager.com/gtag/js?id=UA-27325874-2"></script>
17+
<link rel="stylesheet" href="/css/all.css?id=950395666"><script async src="https://www.googletagmanager.com/gtag/js?id=UA-27325874-2"></script>
1818
<script>
1919
window.dataLayer = window.dataLayer || [];
2020
function gtag(){dataLayer.push(arguments);}
@@ -28,7 +28,7 @@
2828
'event_callback': function(){document.location = uri;}
2929
});
3030
};
31-
</script><script src="/js/all.js?id=835257133"></script>
31+
</script><script src="/js/all.js?id=256649738"></script>
3232
</head>
3333
<body>
3434
<div id="app" >

docs/advanced-usage/scoring-resolution/index.html

Lines changed: 32 additions & 32 deletions
Large diffs are not rendered by default.

docs/basic-usage/cross-index-resolution/index.html

Lines changed: 36 additions & 36 deletions
Large diffs are not rendered by default.

docs/basic-usage/exact-name-matching/index.html

Lines changed: 38 additions & 38 deletions
Large diffs are not rendered by default.

docs/basic-usage/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<meta name="twitter:description" content="Connect the hidden fragments of an identity in your data. Fast, scalable, open source."/>
1515
<link rel="icon" type="image/x-icon" href="/img/favicon.ico"/>
1616
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet"/>
17-
<link rel="stylesheet" href="/css/all.css?id=985229184"><script async src="https://www.googletagmanager.com/gtag/js?id=UA-27325874-2"></script>
17+
<link rel="stylesheet" href="/css/all.css?id=309799824"><script async src="https://www.googletagmanager.com/gtag/js?id=UA-27325874-2"></script>
1818
<script>
1919
window.dataLayer = window.dataLayer || [];
2020
function gtag(){dataLayer.push(arguments);}
@@ -28,7 +28,7 @@
2828
'event_callback': function(){document.location = uri;}
2929
});
3030
};
31-
</script><script src="/js/all.js?id=441636069"></script>
31+
</script><script src="/js/all.js?id=767262575"></script>
3232
</head>
3333
<body>
3434
<div id="app" >
@@ -149,10 +149,10 @@ <h3><a name="submit-resolution-request"></a>Step 3. Resolve an entity</h3>
149149
<p>Run an entity resolution job using an indexed entity model called <code>person</code>.</p>
150150

151151
<div class="code">
152-
<button type="button" class="btn btn-sm btn-link copy" data-clipboard-target="#ab'ce88428f7ed71b4a'">
152+
<button type="button" class="btn btn-sm btn-link copy" data-clipboard-target="#ae8dd7fac9d054c6d">
153153
<span style="font-size:24px;">&#x2398</span> Copy to clipboard
154154
</button>
155-
<span id="ab'ce88428f7ed71b4a'"><div class="highlight"><pre><span></span><span class="nx">POST</span><span class="w"> </span><span class="nx">_zentity</span><span class="o">/</span><span class="nx">resolution</span><span class="o">/</span><span class="nx">person</span><span class="o">?</span><span class="nx">pretty</span>
155+
<span id="ae8dd7fac9d054c6d"><div class="highlight"><pre><span></span><span class="nx">POST</span><span class="w"> </span><span class="nx">_zentity</span><span class="o">/</span><span class="nx">resolution</span><span class="o">/</span><span class="nx">person</span><span class="o">?</span><span class="nx">pretty</span>
156156
<span class="p">{</span>
157157
<span class="w"> </span><span class="s2">&quot;attributes&quot;</span><span class="o">:</span><span class="w"> </span><span class="p">{</span>
158158
<span class="w"> </span><span class="s2">&quot;name&quot;</span><span class="o">:</span><span class="w"> </span><span class="p">[</span><span class="w"> </span><span class="s2">&quot;Alice Jones&quot;</span><span class="w"> </span><span class="p">],</span>
@@ -167,10 +167,10 @@ <h3><a name="submit-resolution-request"></a>Step 3. Resolve an entity</h3>
167167
three attributes, two resolvers, and two indices.</p>
168168

169169
<div class="code">
170-
<button type="button" class="btn btn-sm btn-link copy" data-clipboard-target="#ab'bfb798e6ddc519e9'">
170+
<button type="button" class="btn btn-sm btn-link copy" data-clipboard-target="#a2fa15646d05042bf">
171171
<span style="font-size:24px;">&#x2398</span> Copy to clipboard
172172
</button>
173-
<span id="ab'bfb798e6ddc519e9'"><div class="highlight"><pre><span></span><span class="nx">POST</span><span class="w"> </span><span class="nx">_zentity</span><span class="o">/</span><span class="nx">resolution</span><span class="o">?</span><span class="nx">pretty</span>
173+
<span id="a2fa15646d05042bf"><div class="highlight"><pre><span></span><span class="nx">POST</span><span class="w"> </span><span class="nx">_zentity</span><span class="o">/</span><span class="nx">resolution</span><span class="o">?</span><span class="nx">pretty</span>
174174
<span class="p">{</span>
175175
<span class="w"> </span><span class="s2">&quot;attributes&quot;</span><span class="o">:</span><span class="w"> </span><span class="p">{</span>
176176
<span class="w"> </span><span class="s2">&quot;name&quot;</span><span class="o">:</span><span class="w"> </span><span class="p">[</span><span class="w"> </span><span class="s2">&quot;Alice Jones&quot;</span><span class="w"> </span><span class="p">],</span>

0 commit comments

Comments
 (0)