Merge to rebase

This commit is contained in:
jamesread 2021-07-16 14:35:44 +01:00
commit 285e867128
1 changed files with 1 additions and 2 deletions

View File

@ -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'