refs #6080 New left menu Salix #77

Merged
guillermo merged 5 commits from 6080-leftMenuSalix into dev 2023-08-10 05:52:08 +00:00
1 changed files with 0 additions and 3 deletions
Showing only changes of commit df66903e49 - Show all commits

View File

@ -108,9 +108,6 @@ async function togglePinned(item, event) {
type: 'positive',
});
};
function firstLower(str) {
return str[0].toLowerCase() + str.slice(1);
};
</script>
<template>