remove ';' on endline

This commit is contained in:
Simon Vieille 2021-10-29 11:27:45 +02:00
parent 5d93d02960
commit c2e6d24b95
5 changed files with 13 additions and 13 deletions

View file

@ -122,7 +122,7 @@ export default {
name: trim(element.querySelector('span').innerHTML),
icon: svg,
active: element.classList.contains('active')
});
})
}
}
@ -130,7 +130,7 @@ export default {
window.setTimeout(function() {
document.querySelector('body').dispatchEvent(new CustomEvent('side-menu.apps', {
detail: {apps: apps},
}));
}))
}, 1000)
})(this.apps)
},
@ -149,7 +149,7 @@ export default {
that.logo = config['logo']
that.logoLink = config['logo-link']
that.settings = config['settings']
});
})
},
},
mounted() {

View file

@ -99,8 +99,8 @@ export default {
document.querySelector('body').dispatchEvent(new CustomEvent('side-menu.apps', {
detail: {apps: apps},
}));
});
}))
})
},
retrieveActiveApp() {
@ -118,7 +118,7 @@ export default {
that.targetBlankApps = config['target-blank-apps']
that.settings = config['settings']
});
})
},
},
mounted() {

View file

@ -97,8 +97,8 @@ export default {
document.querySelector('body').dispatchEvent(new CustomEvent('side-menu.apps', {
detail: {apps: apps},
}));
});
}))
})
},
retrieveActiveApp() {
@ -116,7 +116,7 @@ export default {
that.targetBlankApps = config['target-blank-apps']
that.settings = config['settings']
});
})
},
},
mounted() {

View file

@ -7,7 +7,7 @@ const alwaysDisplayed = function() {
continue
}
const position = window.getComputedStyle(element, null).getPropertyValue('position');
const position = window.getComputedStyle(element, null).getPropertyValue('position')
if (position !== 'fixed') {
continue

View file

@ -144,11 +144,11 @@ const updateTopMenu = function() {
const confs = [
{
items: querySelectorAll('#navigation li'),
items: querySelectorAll('#navigation li'),
icon: 'icon-loading-small'
},
{
items: querySelectorAll('li:not(#more-apps)', menu),
items: querySelectorAll('li:not(#more-apps)', menu),
icon: OCA.Theming && OCA.Theming.inverted ? 'icon-loading-small' : 'icon-loading-small-dark'
},
]
@ -172,7 +172,7 @@ const updateTopMenu = function() {
const svg = querySelector('svg', app)
if (querySelectorAll('svg defs', app).length > 0) {
return;
return
}
const defs = `