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() {
341341 } ) ;
342342}
343343
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-
355344function setupEvents ( ) {
356345 // The event manager lets us enable/disable events as needed without
357346 // manually tracking them. Events that need to be disabled should be
@@ -382,8 +371,6 @@ function setupEvents() {
382371
383372 // Human readable timestamp tooltips
384373 payloadElement . addEventListener ( 'mousemove' , timeTooltipHandler ) ;
385- // Temporary (share button not ready yet)
386- signatureStatusElement . addEventListener ( 'click' , copyTokenHandler ) ;
387374
388375 setupTabEvents ( ) ;
389376}
You can’t perform that action at this time.
0 commit comments