From b910267dad681f100ffef606573ebdd11b8ed6c3 Mon Sep 17 00:00:00 2001 From: iFargle Date: Fri, 10 Feb 2023 14:27:40 +0900 Subject: [PATCH] test --- static/js/custom.js | 1 - 1 file changed, 1 deletion(-) diff --git a/static/js/custom.js b/static/js/custom.js index 1fb841e..af58a05 100644 --- a/static/js/custom.js +++ b/static/js/custom.js @@ -971,7 +971,6 @@ function toggle_expired() { // Copy a PreAuth Key to the clipboard. Show only the Prefix by default function copy_preauth_key(key) { - key.select(); navigator.clipboard.writeText(key); M.toast({html: 'PreAuth key copied to clipboard.'}) }