فهرست منبع

fmt: ActionButton.js

James Read 2 سال پیش
والد
کامیت
604d956d0c
1فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 3 3
      webui/js/ActionButton.js

+ 3 - 3
webui/js/ActionButton.js

@@ -53,14 +53,14 @@ class ActionButton extends window.HTMLElement {
     }
   }
 
-  getUniqueId() {
-    if (window.isSecureContext) { 
+  getUniqueId () {
+    if (window.isSecureContext) {
       return window.crypto.randomUUID()
     } else {
       return Date.now()
     }
   }
-
+  
   startAction (actionArgs) {
     //    this.btn.disabled = true
     //    this.isWaiting = true