소스 검색

Merge to rebase

jamesread 5 년 전
부모
커밋
285e867128
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      webui/main.js

+ 1 - 2
webui/main.js

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