Przeglądaj źródła

Merge to rebase

jamesread 5 lat temu
rodzic
commit
285e867128
1 zmienionych plików z 1 dodań i 2 usunięć
  1. 1 2
      webui/main.js

+ 1 - 2
webui/main.js

@@ -27,11 +27,10 @@ function showSection (name) {
 function setupSections() {
   document.getElementById('showActions').onclick = () => { showSection('Actions') };
   document.getElementById('showLogs').onclick = () => { showSection('Logs') }
-
+  
   showSection('Actions');
 }
 
-
 function fetchGetButtons() {
   window.fetch(window.restBaseUrl + 'GetButtons', {
     cors: 'cors'