Bläddra i källkod

fmt: ActionButton.js

jamesread 3 år sedan
förälder
incheckning
75a9697586
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      webui/js/ActionButton.js

+ 2 - 2
webui/js/ActionButton.js

@@ -53,8 +53,8 @@ class ActionButton extends window.HTMLElement {
     }
   }
 
-  getUniqueId() {
-    if (window.isSecureContext) { 
+  getUniqueId () {
+    if (window.isSecureContext) {
       return window.crypto.randomUUID()
     } else {
       return Date.now()