jamesread 2 лет назад
Родитель
Сommit
75a9697586
1 измененных файлов с 2 добавлено и 2 удалено
  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()