File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -341,17 +341,6 @@ function setupTabEvents() {
341
341
} ) ;
342
342
}
343
343
344
- function copyTokenHandler ( event ) {
345
- event . preventDefault ( ) ;
346
-
347
- const token = getTrimmedValue ( tokenEditor ) ;
348
- const publicKey = isPublicKeyAlgorithm ( getSelectedAlgorithm ( ) ) ?
349
- publicKeyTextArea . value :
350
- null ;
351
-
352
- copyTokenLink ( token , publicKey ) ;
353
- }
354
-
355
344
function setupEvents ( ) {
356
345
// The event manager lets us enable/disable events as needed without
357
346
// manually tracking them. Events that need to be disabled should be
@@ -382,8 +371,6 @@ function setupEvents() {
382
371
383
372
// Human readable timestamp tooltips
384
373
payloadElement . addEventListener ( 'mousemove' , timeTooltipHandler ) ;
385
- // Temporary (share button not ready yet)
386
- signatureStatusElement . addEventListener ( 'click' , copyTokenHandler ) ;
387
374
388
375
setupTabEvents ( ) ;
389
376
}
You can’t perform that action at this time.
0 commit comments